spec2000 regression

Mark Mitchell mark@codesourcery.com
Wed Aug 15 07:56:00 GMT 2001


--On Wednesday, August 15, 2001 02:41:27 PM +0200 Jan Hubicka <jh@suse.cz> 
wrote:
> 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.
>

That patch doesn't look right to me.  You should figure out why the
alias set is already initialized, and clear it if necessary before
you get here.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com



More information about the Gcc mailing list