Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[llvmg++] Tons of warnings are spewed when linking to libstdc++ #798

Closed
lattner opened this issue Aug 20, 2004 · 2 comments
Closed

[llvmg++] Tons of warnings are spewed when linking to libstdc++ #798

lattner opened this issue Aug 20, 2004 · 2 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla llvm-tools All llvm tools that do not have corresponding tag quality-of-implementation

Comments

@lattner
Copy link
Collaborator

lattner commented Aug 20, 2004

Bugzilla Link 426
Resolution FIXED
Resolved on Feb 22, 2010 12:45
Version 1.3
OS All

Extended Description

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.

@lattner
Copy link
Collaborator Author

lattner commented Aug 20, 2004

assigned to @lattner

@lattner
Copy link
Collaborator Author

lattner commented Aug 20, 2004

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla llvm-tools All llvm tools that do not have corresponding tag quality-of-implementation
Projects
None yet
Development

No branches or pull requests

1 participant