This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Converting MSVC to intel-style gcc inline assembly
- From: Jamie Lokier <jamie at shareable dot org>
- To: Andi Kleen <ak at muc dot de>
- Cc: Matthew Tippett <matthew dot tippett at sympatico dot ca>, gcc at gcc dot gnu dot org
- Date: Sat, 6 Mar 2004 18:01:25 +0000
- Subject: Re: Converting MSVC to intel-style gcc inline assembly
- References: <40496A64.4030905@sympatico.ca> <m3hdwvjr62.fsf@averell.firstfloor.org>
Andi Kleen wrote:
> it's not possible to clobber %ebp
I seem to recall that was true even with -fno-frame-pointer: you'd get
silently incorrect code, even though GCC had no special uses for %ebp
in that mode.
Is that still so?
-- Jamie