--- Comment #4 from rguenth at gcc dot gnu dot org 2009-11-09 13:59 ---
Indeed. Same symptoms at least:
(gdb) call debug_generic_expr (chrec)
{0, +, {2, +, 1}_4}_4
This one fails for me with -m32 only though.
The chrec isn't quite {2, +, 1}_4 - I think the IV evolves as 0, 3, 4, 5, 6
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41957
--- Comment #3 from burnus at gcc dot gnu dot org 2009-11-05 21:00 ---
First reported by Hans Horn at
http://gcc.gnu.org/ml/fortran/2009-11/msg00084.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41957
--- Comment #2 from burnus at gcc dot gnu dot org 2009-11-05 20:59 ---
Fails on x86-64-linux with
gfortran -m32 -O1 -ftree-loop-linear
but works with -m64.
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-11-05 20:57 ---
This is most likely related to PR 40281.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41957
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41957