[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2008-09-10 19:10 --- Subject: Bug 37333 Author: pinskia Date: Wed Sep 10 19:09:13 2008 New Revision: 140243 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140243 Log: 2008-09-10 Andrew Pinski <[EMAIL PROTECTED]> PR m

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2008-09-10 18:12 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread tbm at cyrius dot com
--- Comment #13 from tbm at cyrius dot com 2008-09-10 18:09 --- Sorry, I made a mistake. I used a tar ball from yesterday instead of the new tar ball from today I prepared... Yes, it's fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37333

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2008-09-10 17:51 --- It also works for me on i386-darwin with revision 140239 where it failed with revision 139912. I will reduce the testcase that Martin added and then commit it to the testsuite since I see there was no testcase ad

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread hjl dot tools at gmail dot com
--- Comment #11 from hjl dot tools at gmail dot com 2008-09-10 17:16 --- (In reply to comment #10) > Created an attachment (id=16287) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16287&action=view) [edit] > Preprocessed source > I can't reproduce it: [EMAIL PROTECTED] gcc]$ ./

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread tbm at cyrius dot com
--- Comment #10 from tbm at cyrius dot com 2008-09-10 15:14 --- Created an attachment (id=16287) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16287&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37333

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread tbm at cyrius dot com
--- Comment #9 from tbm at cyrius dot com 2008-09-10 15:13 --- (In reply to comment #8) > (In reply to comment #7) > > (In reply to comment #6) > Do you have a testcase for x86? The one in comment #1 works for me. Sure: (sid)2206:[EMAIL PROTECTED]: ~] /usr/lib/gcc-snapshot/bin/gcc -c -

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2008-09-10 14:58 --- (In reply to comment #7) > (In reply to comment #6) > > Please close if fixed > > The ICE is still there (as of revision 140229). > Do you have a testcase for x86? The one in comment #1 works for me. -- http:

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-10 Thread tbm at cyrius dot com
--- Comment #7 from tbm at cyrius dot com 2008-09-10 14:43 --- (In reply to comment #6) > Please close if fixed The ICE is still there (as of revision 140229). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37333

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-09 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2008-09-09 20:33 --- Please close if fixed. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added Priori

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-09 Thread vmakarov at gcc dot gnu dot org
--- Comment #5 from vmakarov at gcc dot gnu dot org 2008-09-09 17:07 --- Subject: Bug 37333 Author: vmakarov Date: Tue Sep 9 17:05:56 2008 New Revision: 140160 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140160 Log: 2008-09-09 Vladimir Makarov <[EMAIL PROTECTED]>

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-06 Thread hjl at gcc dot gnu dot org
--- Comment #4 from hjl at gcc dot gnu dot org 2008-09-06 16:46 --- Subject: Bug 37333 Author: hjl Date: Sat Sep 6 16:44:56 2008 New Revision: 140066 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140066 Log: 2008-09-06 Vladimir Makarov <[EMAIL PROTECTED]> PR rtl-opt

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-06 Thread vmakarov at redhat dot com
--- Comment #3 from vmakarov at redhat dot com 2008-09-06 13:45 --- Function ira_emit.c::update_costs does not take into account that new allocnos (It is very rare event. New allocnos during code emitting are created only to break a cycle in register shuffling on the region border) got

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-05 Thread tbm at gcc dot gnu dot org
--- Comment #2 from tbm at gcc dot gnu dot org 2008-09-05 09:11 --- Confirmed. -- tbm at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/37333] [4.4 Regression] ICE in ira_flattening, at ira-build.c:2146

2008-09-02 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC||vmakarov at gcc dot gnu dot |