[LLVMbugs] [Bug 6738] New: clang++ emits U symbols while g++ emits none

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Mar 29 10:32:42 PDT 2010


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: unassignedclangbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


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.



More information about the llvm-bugs mailing list