This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/44463] whopr does not work with weak functions
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 07 Oct 2011 08:39:06 +0000
- Subject: [Bug lto/44463] whopr does not work with weak functions
- Auto-submitted: auto-generated
- References: <bug-44463-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44463
--- Comment #13 from Jan Hubicka <hubicka at ucw dot cz> 2011-10-07 08:39:06 UTC ---
> Honza, I think that is fixed now, correct?
>
> I should probably drop my workarounds but haven't yet
Yes, this one should be fixed with alias rewrite. Please let me know if
dropping workarounds cause no troubles. There are still some issues with
aliases left, I am just looking into weakrefs and then we need to handle
prevailance right on overwritten alias targets.
But the usual cases should just work.
Honza