This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49353] C++ frontend should not declare function EXTERN when it forces them to stay
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 7 Jul 2011 22:01:52 +0000
- Subject: [Bug c++/49353] C++ frontend should not declare function EXTERN when it forces them to stay
- Auto-submitted: auto-generated
- References: <bug-49353-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49353
--- Comment #5 from Jan Hubicka <hubicka at ucw dot cz> 2011-07-07 22:01:07 UTC ---
Thanks for working on this!
I guess we could also get rid of the rest of visibility fixup code? (i.e.
copying COMDAT_GROUP into thunks&same body aliases
and adding them into the cgraph comdat group lists from ipa.c instead of from
frontend alone)
Thanks a lot, I will look into Java.
Honza