[LLVMbugs] [Bug 426] NEW: [llvmg++] Tons of warnings are spewed when linking to libstdc++

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Aug 19 17:33:55 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=426

           Summary: [llvmg++] Tons of warnings are spewed when linking to
                    libstdc++
           Product: tools
           Version: 1.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-g++
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


Linking a C++ program with gccld causes tons of warnings like this to be spewed out:

WARNING: Found global types that are not compatible:
         "struct.std::messages<wchar_t>"* %_ZN9__gnu_cxx10messages_cE
         [16 x sbyte]* %_ZN9__gnu_cxx10messages_cE
WARNING: Found global types that are not compatible:
         "struct.std::messages<wchar_t>"* %_ZN9__gnu_cxx10messages_wE
         [16 x sbyte]* %_ZN9__gnu_cxx10messages_wE

It's not possible to disable these warnings, and it's nothing in the user code
causing them.  They should be eliminated.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list