[LLVMbugs] [Bug 12198] should accept inline asm with -fomit-frame-pointer -mstackrealign

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Mar 21 13:45:23 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12198

Nick Lewycky <nlewycky at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #7 from Nick Lewycky <nlewycky at google.com> 2012-03-21 15:45:23 CDT ---
This is impossible. Marking invalid.

Also, -mstackrealign is a bad idea for C++. You can't copy stack objects (to
realign them) without running the copy constructor which isn't allowed since
there's no copy at the language level.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list