--- Comment #7 from pinskia at gcc dot gnu dot org 2006-05-29 16:09 ---
*** This bug has been marked as a duplicate of 27671 ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #6 from martin at mpa-garching dot mpg dot de 2006-05-29 12:24
---
The problem appears to have gone; I cannot reproduce it any more with current
mainline.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27322
--- Comment #5 from martin at mpa-garching dot mpg dot de 2006-05-03 09:46
---
(In reply to comment #4)
> We still need a self contained testcase to reproduce this issue.
I tried producing one, but it seems that this would take me much more time
than I can currently afford, especially
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-04-26 15:50 ---
We still need a self contained testcase to reproduce this issue.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from martin at mpa-garching dot mpg dot de 2006-04-26 13:22
---
The failure appears to be connected to "-march=pentium4".
The lowest optimisation setting where I could reproduce it is
CFLAGS="-O1 -march=pentium4" ./configure
The test pass with "-O0 -march=pentium4".
-
--- Comment #2 from martin at mpa-garching dot mpg dot de 2006-04-26 12:14
---
(In reply to comment #1)
> Can you try disabling VRP and enable -fwrapv and -fno-strict-aliasing? (I
> also
> see failures in other scientific codes with mainline)
I reconfigured with
CFLAGS="-m32 -O2 -fo
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-04-26 12:02 ---
Can you try disabling VRP and enable -fwrapv and -fno-strict-aliasing? (I also
see failures in other scientific codes with mainline)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27322