This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: target/3959: Inline asm generates bad code on i386 when register ebp is clobbered.


Synopsis: Inline asm generates bad code on i386 when register ebp is clobbered.

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Fri Mar 29 03:01:29 2002
State-Changed-Why:
    EBP is the frame pointer, and is therefore special.  One cannot
    use it for anything else, even with -fomit-frame-pointer.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3959


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]