http://llvm.org/bugs/show_bug.cgi?id=6458
Summary: clang++ emits T while g++ emits U symbol
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
pes delta$ clang++ -c locale-inst.cc && nm locale-inst.o | grep _M_compare
.... warnings ....
4 diagnostics generated.
0000000000000000 T _ZNKSt7collateIcE10_M_compareEPKcS2_
pes delta$ g++ -c locale-inst.cc && nm locale-inst.o | grep _M_compare
U _ZNKSt7collateIcE10_M_compareEPKcS2_
--
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