http://llvm.org/bugs/show_bug.cgi?id=9447
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #2 from Eli Friedman <[email protected]> 2011-03-10 16:45:10 CST --- When the class has a copy constructor (trivial or not), the x86-64 ABI requires values of that class to be returned differently. There is fundamentally more stuff to do in the case where the class has a copy constructor. -- 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
