--
What|Removed |Added
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20612
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-11
19:13 ---
Fixed
--
What|Removed |Added
Status|ASSIGNED|RESOLVED
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
10 matches
Mail list logo