[LLVMbugs] [Bug 6458] New: clang++ emits T while g++ emits U symbol

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 2 01:47:06 PST 2010


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


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.



More information about the llvm-bugs mailing list