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]

Re: spec2000 regression


>>>>> "Jan" == Jan Hubicka <jh@suse.cz> writes:

>> >>>>> "Jan" == Jan Hubicka <jh@suse.cz> writes:
>> 
>> > +       /* set_mem_attributes uses DECL_RTL to avoid re-generating of
>> > +          already computed alias sets.  Here we want to re-generate.  */
>> > +       if (TREE_CODE (decl) != SAVE_EXPR)
>> > + 	SET_DECL_RTL (decl, NULL);
>> >         set_mem_attributes (reg, decl, 1);
>> > +       if (TREE_CODE (decl) != SAVE_EXPR)
>> > + 	SET_DECL_RTL (decl, reg);
>> 
>> This should check DECL_P.  Otherwise, looks good.

> May I interpret this as approval with this change?

Yes.  Please apply all the changes you have; I haven't checked in any of
the patches I've sent out.

Jason


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