[LLVMbugs] [Bug 7445] Not all template symbols exported when compiling with -O2

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Jan 29 10:53:36 PST 2012


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

Rafael Ávila de Espíndola <rafael.espindola at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #6 from Rafael Ávila de Espíndola <rafael.espindola at gmail.com> 2012-01-29 12:53:36 CST ---
If found temp.explicit 8:

 An explicit instantiation ... is also an explicit instantiation ... of each of
its members (not including members inherited from base classes) ...

So it looks like you need and explicit instantiation of HashTable if you want
__ZN2v88internal9HashTableINS0_21NumberDictionaryShapeEjE9FindEntryEj to always
show up.

-- 
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.



More information about the llvm-bugs mailing list