[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-10-10 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2008-10-10 08:25 --- Let's close this... -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-09-06 Thread jv244 at cam dot ac dot uk
--- Comment #9 from jv244 at cam dot ac dot uk 2008-09-06 09:09 --- I believe this bug should be closed ? Or do you still want to add the testcase to mainline? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37251

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-09-02 Thread hjl at gcc dot gnu dot org
--- Comment #8 from hjl at gcc dot gnu dot org 2008-09-02 18:17 --- Subject: Bug 37251 Author: hjl Date: Tue Sep 2 18:16:24 2008 New Revision: 139900 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139900 Log: 2008-09-02 H.J. Lu [EMAIL PROTECTED] Backport from

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-29 Thread vmakarov at gcc dot gnu dot org
--- Comment #7 from vmakarov at gcc dot gnu dot org 2008-08-29 16:19 --- Subject: Bug 37251 Author: vmakarov Date: Fri Aug 29 16:18:11 2008 New Revision: 139770 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=139770 Log: 2008-08-29 Vladimir Makarov [EMAIL PROTECTED] PR

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-28 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2008-08-28 08:15 --- (In reply to comment #5) The patch solving the problem will be sent soon. The patch you posted fixes the build of CP2K. Benchmark results will appear: http://cp2k.berlios.de/gfortran/ the night after it hits

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-27 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2008-08-27 06:26 --- Created an attachment (id=16153) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16153action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37251

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-27 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37251

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-27 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2008-08-27 07:45 --- Created an attachment (id=16154) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16154action=view) shorter Fortran only testcase gfortran -v -c -O3 -ffast-math -funroll-loops -ftree-vectorize -march=native

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-27 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2008-08-27 07:53 --- This is the minimal command line to reproduce the bug: gfortran -c -O1 -ffast-math -march=core2 bug_PR37251.f90 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37251

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-27 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2008-08-27 07:59 --- Confirmed on i686-apple-darwin9 for the code in comment #3. -O2 is sufficient to trigger the ICE [ibook-dhum] f90/bug% gfc -O2 pr37251.f90 pr37251.f90: In function 'xb88_lr_adiabatic_lda_calc': pr37251.f90:216:

[Bug rtl-optimization/37251] [4.4 Regression] ICE with ira: delete_allocno_from_bucket

2008-08-27 Thread vmakarov at redhat dot com
--- Comment #5 from vmakarov at redhat dot com 2008-08-27 21:59 --- The problem occurs when a region and its nested region have more 4000 uncolorable allocnos. In this case splay tree is used to deal with the uncolorable allocnos. Part of uncolorable_allocnos is temporarily stored