--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-13
18:00 ---
Fixed most likely by:
2005-06-10 Daniel Berlin <[EMAIL PROTECTED]>
* lambda-code.c (replace_uses_of_x_with_y): Renamed and rewritten
slightly.
(exit_phi_for_loop_p): New function.
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10
21:20 ---
Fixed on the mainline.
--
What|Removed |Added
Status|ASSIGNED
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |dberlin at gcc dot gnu dot
|dot org |org
Status|NEW
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-04-26
16:51 ---
Subject: Re: ICE with -ftree-loop-linear
On Tue, 2005-04-26 at 16:24 +, reichelt at gcc dot gnu dot org
wrote:
> --- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-26
> 16:24 --
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-04-26
16:24 ---
Reduced testcase, crashes with "-O -ftree-loop-linear":
==
int a[3];
void foo()
{
int i, j;
for (i = 1; i >= 0; --i)
for (j = i; j >= 0; --j)
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-02-11
21:09 ---
This is caused by generating a complex linear offset in the transformed loop,
which the "back to gcc" converter doesn't handle ATM, since they were never
generated before.
(I didn't completly minimize linea
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-11
21:06 ---
Confirmed.
--
What|Removed |Added
CC||pinskia at