This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/21322] O2 and O3 memory access error - compiled program - incorrect debug output
- From: "jsm28 at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2005 20:16:37 -0000
- Subject: [Bug other/21322] O2 and O3 memory access error - compiled program - incorrect debug output
- References: <20050501191141.21322.fastsnip-gcc@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jsm28 at gcc dot gnu dot org 2005-05-03 20:16 -------
Not a bug in the C front end. The next step in tracking down the problem would
be to try compiling just one file with -O2, the rest with -O0, and find which
file being compiled with -O2 yields the problem. Then split out the functions
from that file into separate files and see which function is being miscompiled.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|c |other
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21322