Fix the handling of `.half' assembler directives.
* src/inst/program_builder.hxx (inst::ProgramBuilder::add_half): Use bitwise ``and'' operators instead of logical ``and'' operators. This mistake was reported by clang++ 3.0. * tests/good/print-half.s, * tests/good/print-half.ref: New test. * tests/good/Makefile.am (ASM_FILES): Add print_half.s.
tests/good/print-half.ref
0 → 100644
tests/good/print-half.s
0 → 100644
Please register or sign in to comment