[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-11-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18168

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-11-01 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2004-11-01 19:22 --- Fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-11-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-11-01 18:08 --- Subject: Bug 18168 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-11-01 18:08:03 Modified files: gcc: ChangeLog lambda-code.c tree-data-ref

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-30 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at dberlin dot org 2004-10-30 13:15 --- Subject: Re: SPEC CPU2000 173.applu tree-loop-linear ICE It only pops up with -ftree-loop-linear, which is a new option for 4.0. So no, it's probably not a regression. On Sat, 30 Oct 2004, giovannibajo at lib

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-30 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-10-30 13:06 --- I assume this is a regression? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18168

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-29 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2004-10-30 03:10 --- I justed fixed this, so i might as well assign it to myself -- What|Removed |Added A

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-29 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2004-10-30 02:03 --- The problem here is that find_data_references_in_loop is handing us data references that involve variables only outside the loop. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18168

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-28 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at dberlin dot org 2004-10-28 16:55 --- Subject: Re: SPEC CPU2000 173.applu tree-loop-linear ICE > --- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-28 16:51 > --- > Reduced testcase: > >

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-28 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2004-10-28 16:51 --- Reduced testcase: subroutine buts ( v ) dimension v( 5) do i = 1, 5 do j = 1, 5 do k = 1, 5 v( i ) = v( 1 )

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-28 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at dberlin dot org 2004-10-28 16:36 --- Subject: Re: SPEC CPU2000 173.applu tree-loop-linear ICE No, not at all actually. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18168

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-28 Thread dberlin at dberlin dot org
--- Additional Comments From dberlin at dberlin dot org 2004-10-28 16:31 --- Subject: Re: SPEC CPU2000 173.applu tree-loop-linear ICE This is the minimal testcase for the problem that i came up with subroutine buts ( ldmx, ldmy, ldmz, $ v, $

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-28 15:52 --- Isn't this related to PR 17672. -- What|Removed |Added Keywords|

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-28 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2004-10-28 15:31 --- gfortran -c -o applu.o -O3 -mcpu=power4 -ftree-loop-linear applu.f applu.f: In function 'buts': applu.f:633: internal compiler error: in build_classic_dist_vector, at tree- data-ref.c:1848 -- What

[Bug tree-optimization/18168] SPEC CPU2000 173.applu tree-loop-linear ICE

2004-10-26 Thread dje at gcc dot gnu dot org
-- What|Removed |Added Summary|SPEC CPU2000 173.applu tree-|SPEC CPU2000 173.applu tree- |loop-linear failure |loop-linear ICE http://gcc.gnu.o