* system.h (-Wc++-compat): Activate as a warning, no an error.
+2008-06-19 Uros Bizjak <ubizjak@gmail.com>
+
+ * config/i386/i386.md (*jcc_fused_1): Use ASM_COMMENT_START
+ instead of "#" in insn asm template.
+ (*jcc_fused_2): Ditto.
+
2008-06-19 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.h (ix86_tune_indices)
* config/i386/i386.md (*jcc_fused_1): New insn pattern
(*jcc_fused_2): Ditto.
* config/i386/i386.c (ix86_tune_features): Add m_CORE2 to
- X86_TUNE_USE_VECTOR_COMPARES targets.
+ X86_TUNE_FUSE_CMP_AND_BRANCH targets.
(print operand): Handle 'E' and 'e' code.
2008-06-19 Anatoly Sokolov <aesok@post.ru>
else
output_asm_insn ("cmp{l}\t{%3, %2|%2, %3}",operands);
- return "%+j%E1\t%l0\t# fused";
+ return "%+j%E1\t%l0\t" ASM_COMMENT_START " fused";
}
[(set_attr "type" "multi")
(set_attr "mode" "SI")])
else
output_asm_insn ("cmp{l}\t{%3, %2|%2, %3}",operands);
- return "%+j%e1\t%l0\t# fused";
+ return "%+j%e1\t%l0\t" ASM_COMMENT_START " fused";
}
[(set_attr "type" "multi")
(set_attr "mode" "SI")])