[Bug c/12080] arm-elf-gcc-3.2 generates wrong interrupt code w/o optimizations on
jamesl at appliedminds dot com
gcc-bugzilla@gcc.gnu.org
Wed Aug 27 15:27:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12080
jamesl at appliedminds dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|arm-elf-gcc-3.2 generates |arm-elf-gcc-3.2 generates
|wrong interrupt code w/o |wrong interrupt code w/o
|optimizations on |optimizations on
------- Additional Comments From jamesl at appliedminds dot com 2003-08-27 15:27 -------
Using the above attachment, you can see the problem compiling with:
arm-elf-gcc -S -g -I. -mcpu=arm7dmi -Wall -save-temps bug.c
vs.
arm-elf-gcc -S -g -I. -Os -mcpu=arm7dmi -Wall -save-temps bug.c
More information about the Gcc-bugs
mailing list