[Bug inline-asm/28686] ebp from clobber list used as operand
michael dot meissner at amd dot com
gcc-bugzilla@gcc.gnu.org
Tue Jan 30 20:17:00 GMT 2007
------- Comment #3 from michael dot meissner at amd dot com 2007-01-30 20:17 -------
Created an attachment (id=12982)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12982&action=view)
Secondary error
Note, this is 32-bit only. If you compile epb2.c with -fpic -m32 and no
optimization, it generates incorrect code, in that at -O0 it does not omit the
frame pointer, but the asm is claimed to clobber %ebp, and subsequent local
variables will use %ebp.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28686
More information about the Gcc-bugs
mailing list