This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/49815] [4.7 regression] ICE in cselib_record_set, at cselib.c:2241 compiling 64-bit libjava on SPARC
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 22 Jul 2011 14:17:58 +0000
- Subject: [Bug bootstrap/49815] [4.7 regression] ICE in cselib_record_set, at cselib.c:2241 compiling 64-bit libjava on SPARC
- Auto-submitted: auto-generated
- References: <bug-49815-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49815
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-22 14:17:14 UTC ---
That tentative fix is obviously correct and preapproved. But please think
about the rest of sets/clobbers and especially keeping the sp = sp -
constant/reg
explicit - var-tracking is certainly interested in any stack pointer changes.