[Bug tree-optimization/19910] ICE with -ftree-loop-linear

2005-06-13 Thread pinskia at gcc dot gnu dot org
--- 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.

[Bug tree-optimization/19910] ICE with -ftree-loop-linear

2005-06-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-10 21:20 --- Fixed on the mainline. -- What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/19910] ICE with -ftree-loop-linear

2005-04-26 Thread reichelt at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dberlin at gcc dot gnu dot |dot org |org Status|NEW

[Bug tree-optimization/19910] ICE with -ftree-loop-linear

2005-04-26 Thread dberlin at dberlin dot org
--- 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 --

[Bug tree-optimization/19910] ICE with -ftree-loop-linear

2005-04-26 Thread reichelt at gcc dot gnu dot org
--- 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)

[Bug tree-optimization/19910] ICE with -ftree-loop-linear

2005-02-11 Thread dberlin at gcc dot gnu dot org
--- 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

[Bug tree-optimization/19910] ICE with -ftree-loop-linear

2005-02-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-11 21:06 --- Confirmed. -- What|Removed |Added CC||pinskia at