20 Jun 2013 02:00
patch to fix PR57604
Vladimir Makarov <vmakarov <at> redhat.com>
2013-06-20 00:00:47 GMT
2013-06-20 00:00:47 GMT
I hope the following patch fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57604 Although I have no specific hardware to check this. The patch also adds a comment about one recent change as it was done in the same function. The patch was successfully bootstrapped and tested on x86/x86-64 and s390x (including building java). Committed as rev. 200227. 2013-06-19 Vladimir Makarov <vmakarov <at> redhat.com> PR bootstrap/57604 * lra.c (emit_add3_insn, emit_add2_insn): New functions. (lra_emit_add): Use the functions. Add comment about Y as an address segment.
Index: lra.c =================================================================== --- lra.c (revision 200174) +++ lra.c (working copy) <at> <at> -242,6 +242,42 <at> <at> lra_delete_dead_insn (rtx insn) lra_set_insn_deleted (insn); }(Continue reading)
RSS Feed