http://llvm.org/bugs/show_bug.cgi?id=6738
Summary: clang++ emits U symbols while g++ emits none
Product: clang
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
pes delta$ clang++ -c compatibility.cc && nm compatibility.o | grep U
U _ZNSt15basic_fstreamXXIcSt11char_traitsIcEED0Ev
U _ZNSt15basic_fstreamXXIcSt11char_traitsIcEED1Ev
U _ZTVN10__cxxabiv117__class_type_infoE
U _ZTVN10__cxxabiv120__si_class_type_infoE
U _ZTVN10__cxxabiv121__vmi_class_type_infoE
U _ZdlPv
pes delta$ g++ -c compatibility.cc && nm compatibility.o
0000000000000000 W _ZNKSt15basic_fstreamXXIcSt11char_traitsIcEE7is_openEv
U __gxx_personality_v0
--
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