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]
Other format: [Raw text]

Re: [RFC] Add DECL_CHAIN and some other *_CHAIN


Andrew Pinski wrote:
> To start removing chain from the common part of trees, I added some more
> accessors to make sure that we are only chaining trees together that make
> sense like DECLs with only other DECLs.
> 
> This has been bootstrapped and tested on powerpc-darwin BUT only with C.

Since your follow-up message said that this had been tested elsewhere as
well, this patch is OK.

Future changes to do more of this are preapproved, with the caveat that
if anyone reports a regression due to one of these changes, you agree to
immediately revert the patch that cuased it, while we sort out what part
of the compiler is doing something odd.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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