http://llvm.org/bugs/show_bug.cgi?id=12198
Nick Lewycky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #7 from Nick Lewycky <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
