[LLVMbugs] [Bug 6353] clang emits U symbol while gcc emits W one

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 21 16:05:18 PST 2010


http://www.llvm.org/bugs/show_bug.cgi?id=6353

--- Comment #5 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> 2010-02-21 18:05:18 CST ---
Looking a bit more it looks like the problem is with the template
instantiation. Sema::ActOnFinishFunctionBody is being called on the template of
the destructor, but never on the instantiated one. That is why setBody is never
called.

-- 
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the llvm-bugs mailing list