This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [lto][patch] write and read aliases


> Could you set alias_pairs to NULL after input_constructors_or_inits
> and output_constructors_and_inits are done with it?

input_constructors_or_inits cannot set it to null, since that is the
side effect that I wanted :-) Now the rest of the compiler will emit
the alias normally.

output_constructors_and_inits cannot do it since it runs before
finish_aliases_2 that uses it.

> OK with that change.
>
>
> Diego.
>


Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]