--- Comment #16 from pinskia at gcc dot gnu dot org 2008-09-03 02:19
---
Lets mark this as fixed, there have been some aliasing fixes between the
release of 4.2.0 and now.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #15 from sylvain dot pion at sophia dot inria dot fr
2007-12-23 13:34 ---
I also cannot reproduce it with todays' g++ 4.2.
That said, the original code from which the test-case is extracted is still
failing. The original code is from the CGAL library. I can give a way
to
--- Comment #14 from rguenth at gcc dot gnu dot org 2007-12-11 18:58
---
I cannot reproduce this on native i686 either with
g++-4.2 --version
g++-4.2 (GCC) 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the sour
--- Comment #13 from sylvain dot pion at sophia dot inria dot fr
2007-04-17 13:17 ---
I just built g++ 4.2 yesterday, and the failure is still there.
Note that if you want to check for an aliasing violation, even though the
preprocessed code is huge, the parts which are executed are rel
--- Comment #11 from pinskia at gcc dot gnu dot org 2007-04-15 06:32
---
I can reproduce this with -O2, with -O2 -fno-strict-aliasing, the infinite loop
goes away so this might be an aliasing violation.
--
pinskia at gcc dot gnu dot org changed:
What|Removed
--- Comment #12 from pinskia at gcc dot gnu dot org 2007-04-15 06:32
---
But note this was with a compiler from March 9th so this might already be
fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31268