[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-04-13 Thread law at redhat dot com
--- Comment #16 from law at redhat dot com 2006-04-13 16:39 --- Fixed a couple weeks ago. -- law at redhat dot com changed: What|Removed |Added Status|NEW

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-24 Thread malitzke at metronets dot com
--- Comment #15 from malitzke at metronets dot com 2006-03-24 14:30 --- re this PR 26806 and PR 26833 (judged equivalent) the yasm--0.4.0 referred to in PR 26833 compiled OK with the temporary fix and passed an extensive battery of tests included in yasm-0.4.0. Documentation issues (irr

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-24 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2006-03-24 13:29 --- *** Bug 26836 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-23 Thread law at redhat dot com
--- Comment #12 from law at redhat dot com 2006-03-24 07:49 --- Subject: Re: New: ICE at gcc/tree-gimple.c:269 On Wed, 2006-03-22 at 16:47 +, jb at gcc dot gnu dot org wrote: > The capacita benchmark, part of the polyhedron benchmark suite, fails with the > ICE in the summ

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-23 Thread law at redhat dot com
--- Comment #11 from law at redhat dot com 2006-03-24 06:45 --- *** Bug 26833 has been marked as a duplicate of this bug. *** -- law at redhat dot com changed: What|Removed |Added

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-23 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-03-23 21:05 --- *** Bug 26832 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-23 Thread law at redhat dot com
--- Comment #9 from law at redhat dot com 2006-03-23 09:48 --- Subject: Re: [4.2 Regression] ICE at gcc/tree-gimple.c:269 On Thu, 2006-03-23 at 00:09 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-23 00:09 > --

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-03-23 01:54 --- The only thing I can think of what is causing this is the replacement is causing the use info to go bad as there are two uses in this one statement. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26806

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-03-23 00:40 --- The statement is: D.939_75 = ng2.13D.965_8 + ng2.13D.965_66 Oh, before we had: D.939_75 = ng2.13_66 + ng2.13_66; Looks like phicprop does not replace both ng2.13_66. -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-03-23 00:36 --- Well we get a SSA_NAME in the free list: def_stmt version 66 in-free-list> -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26806

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-23 00:09 --- I see a similar failure in galgel on Diego's testers: /home/cygnus/dnovillo/perf/sbox/gcc/local.i686/inst.tobiano/bin/gfortran -c -o bifgel.o -ffixed-form -ffloat-store -O2 -march=pentium4 -mtune=generic

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-22 18:19 --- (In reply to comment #3) > Options/flags? I've been unable to reproduce this. Just -O2. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread law at redhat dot com
--- Comment #3 from law at redhat dot com 2006-03-22 18:14 --- Subject: Re: [4.2 Regression] ICE at gcc/tree-gimple.c:269 On Wed, 2006-03-22 at 17:27 +, pinskia at gcc dot gnu dot org wrote: > > --- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-22 17:27 > --

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-22 17:27 --- Confirmed, shorter testcase: module solv_cap integer, private, save :: Ng1=0, Ng2=0 contains subroutine FourirG(G) real, intent(in out), dimension(0:,0:) :: G complex, allocatable, dimension(:,:)

[Bug tree-optimization/26806] [4.2 Regression] ICE at gcc/tree-gimple.c:269

2006-03-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||law at redhat dot com AssignedTo|law at redhat dot com