spec2000 regression

Jason Merrill jason_merrill@redhat.com
Wed Aug 15 06:18:00 GMT 2001


>>>>> "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



More information about the Gcc mailing list