This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug inline-asm/11807] GCC should error out when clobbering the stack pointer and frame pointer
- From: "dpm at danger dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2007 18:20:35 -0000
- Subject: [Bug inline-asm/11807] GCC should error out when clobbering the stack pointer and frame pointer
- References: <bug-11807-6667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #27 from dpm at danger dot com 2007-01-30 18:20 -------
Bug 30579 was marked as a duplicate of this bug. If I compile the test case
from that bug with -fomit-frame-pointer, gcc still generates invalid code. (We
don't use frame pointers in our system at all). Is this already known? It seems
like gcc should support clobbering of fp if you've disabled frame pointers.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11807