Bugzilla – Bug 426
[llvmg++] Tons of warnings are spewed when linking to libstdc++
Last modified: 2004-08-19 19:35:11
You need to log in before you can comment on or make changes to this bug.
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.
Fixed. Patch here: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040816/017351.html -Chris