http://llvm.org/bugs/show_bug.cgi?id=9197
John McCall <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #4 from John McCall <[email protected]> 2011-02-12 18:49:23 CST --- Taking the class out of the anonymous namespace gives the implicit destructor weak linkage, which suppresses -mconstructor-aliases. The bug is that the code which decides whether a base destructor variant can be emitted as an alias for the destructor of a base class was not looking through array types when inspecting the type of a field. Fixed in r125447. -- 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
