This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11915] use of option -frename-registers lead to wrong behaviour
- From: "Andreas dot Glowatz at philips dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Aug 2003 14:29:36 -0000
- Subject: [Bug c++/11915] use of option -frename-registers lead to wrong behaviour
- References: <20030814074726.11915.Andreas.Glowatz@philips.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11915
------- Additional Comments From Andreas dot Glowatz at philips dot com 2003-08-14 14:29 -------
I tried using "-O3 -fno-strict-aliasing" and it seems to be ok, now. Is this the
solution, or is there any more.