http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47497
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |hubicka at gcc dot gnu.org
|gnu.org |
--- Comment #9 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-02-12
13:03:25 UTC ---
Hmm, I guess the problem is that we ignore resolution info of aliases when
deciding on privatizing the symbol and then we privatize everything including
the aliases. This should be easy to fix.
I am travelling till 15th, so will look more into this then. It would be great
to have a testcase ;)