http://llvm.org/bugs/show_bug.cgi?id=5046
Anton Korobeynikov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Anton Korobeynikov <[email protected]> 2009-09-25 03:06:53 --- The code is fully correct according to x86 ABI. For struct return the caller allocates the place for hidden sret arg, but callee cleans the stack. You 'main' function has a non-standard signature, thus if there is something which relies on it, the things might be broken. -- 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
