This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/21322] O2 and O3 memory access error - compiled program - incorrect debug output


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-01 19:19 -------
Also can you look to see you have any warnings with -W -Wall?
The warnings about unsigned vs signed were there before just enabled with -pedantic.

Also does -fno-strict-aliasing help if so this might not be a bug in GCC but your code.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21322


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]