This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: spec2000 regression
>>>>> "Jan" == Jan Hubicka <jh@suse.cz> writes:
> Hi, the problem is that actually code first sets the DECL_RTL and then
> calls set_mem_attributes, that calls get_alias_set, but it thinks that
> the alias set is already computed, but it isn't.
Makes sense.
> I am now testing following patch. OK to install if it succeeds?
No, we might want alias set 0. Rather, the code shouldn't set DECL_RTL
until it's done building up the RTL.
Jason