From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Mitchell To: Jan Hubicka , Jason Merrill , "gcc-patches@gcc.gnu.org" , "rth@cygnus.com" , "aj@suse.de" Cc: "gcc@gcc.gnu.org" Subject: Re: spec2000 regression Date: Wed, 15 Aug 2001 07:56:00 -0000 Message-id: <24560000.997887385@warlock.codesourcery.com> References: <20010815144127.V19872@atrey.karlin.mff.cuni.cz> X-SW-Source: 2001-08/msg00926.html --On Wednesday, August 15, 2001 02:41:27 PM +0200 Jan Hubicka 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