http://llvm.org/bugs/show_bug.cgi?id=6724
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #9 from Chris Lattner <[email protected]> 2010-04-30 20:19:31 CDT --- Implemented in a series of patches leading up to r102823. The testcase is now compiled into "return 4" with a lot of dead vtable gunk due to Bug 6996. llvm-gcc is generating some thunks as weak instead of weak_odr, so it isn't getting the inlining. -- 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
