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: [patch] Replace build with buildN in config/i386/


On Saturday 26 February 2005 21:20, Andrew Pinski wrote:
> On Feb 26, 2005, at 3:16 PM, Steven Bosscher wrote:
> > -  t = build (MODIFY_EXPR, TREE_TYPE (sav), sav, t);
> > +  t = buildw (MODIFY_EXPR, TREE_TYPE (sav), sav, t);
>
> I think you mean build2.

Ehm yes.  Always rediff after bootstrap, if you fixed things ;-)

Gr.
Steven


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