[Bug inline-asm/11203] source doesn't compile with -O0 but they compile with -O3
spigel at olvs dot miee dot ru
gcc-bugzilla@gcc.gnu.org
Wed Mar 31 08:37:00 GMT 2004
------- Additional Comments From spigel at olvs dot miee dot ru 2004-03-31 08:37 -------
Current version gcc (3.3.4 20040331) cann't compile sample code only with command
$gcc -O0 -c regs_test.c
but can do it with line
$gcc -O0 -fnew-ra -c regs_test.c
and
$gcc -Os -c regs_test.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11203
More information about the Gcc-bugs
mailing list