First Last Prev Next    No search results available
Details
: [llvmg++] Tons of warnings are spewed when linking to lib...
Bug#: 426
: tools
: llvm-g++
Status: RESOLVED
Resolution: FIXED
: All
: All
: 1.3
: P2
: normal
: 1.4

:
: quality-of-implementation
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Chris Lattner <sabre@nondot.org>
Assigned To: Chris Lattner <sabre@nondot.org>

Attachments


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2004-08-19 19:33
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.
------- Comment #1 From Chris Lattner 2004-08-19 19:35:11 -------
Fixed.  Patch here:

http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040816/017351.html

-Chris

First Last Prev Next    No search results available