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, 7 Jan 2011 12:41:52 +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 #8 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-07 12:41:45 UTC ---
actually it might be as easy as walking alias pairs after decl merging and
killing all pairs where decl has been replaced by different. This probably can
be done at same time as we rewrite IL.