[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-04-19 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20612

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-04-11 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-11 19:13 --- Fixed -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-04-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-11 18:55 --- Subject: Bug 20612 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-11 18:55:47 Modified files: gcc: ChangeLog lambda-code.c Log message

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-03-24 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-03-24 18:51 --- I tried the patch with a biarch powerpc64-linux compiler; sixtrack now works with "-m32 -O2 -ftree-loop-linear" but the swim compile dies in a new place: /home/janis/tools/gcc-mline-20050323-20612/bin/gfortra

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-03-23 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-24 04:32 --- i accidently marked it suspended :( -- What|Removed |Added Status|SUSPENDED

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-03-23 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-24 04:21 --- To add some more detail: We sink the iv increment because it wasn't used in the old exit test. However, the exit test we want to generate wants to use it, but because we sunk it, it no longer dominates the

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-03-23 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-03-24 04:19 --- I know what's up -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dber

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-24 04:04 --- And easy winner is: +2005-03-01 Daniel Berlin <[EMAIL PROTECTED]> + + * Makefile.in (tree-ssa-sink.o): New. using -fno-tree-sink causes no ICE. -- What|Removed |A

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-03-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-24 00:52 --- There are only two patches during that time frame could have caused this: +2005-03-01 Daniel Berlin <[EMAIL PROTECTED]> + + * Makefile.in (tree-ssa-sink.o): New. and: +2005-03-01 Zdenek Dvorak <[E

[Bug tree-optimization/20612] ICE in verify_ssa for -ftree-loop-linear

2005-03-23 Thread janis at gcc dot gnu dot org
--- Additional Comments From janis at gcc dot gnu dot org 2005-03-24 00:27 --- Created an attachment (id=8440) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8440&action=view) minimized testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20612