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 c/c++/ada/middle-end 1/2]: Merging meaning of CONVERT_EXPR and NOP_EXPR v.3


> >  this patch merges meaning of CONVERT_EXPR and NOP_EXPR. Most
> > CONVERT_EXPR constructs are translated into NOP_EXPR constructs in
> > this stage. Next serie of patches will rename it and remove NOP_EXPR.
> > This is update of patch from
> > http://gcc.gnu.org/ml/gcc-patches/2008-06/msg01032.html as was
> > suggested by http://gcc.gnu.org/ml/gcc-patches/2008-06/msg00703.html and
> > http://gcc.gnu.org/ml/gcc-patches/2008-06/msg01390.html.
> >
> > Bootstraped and tested on x86_64-linux, i686-linux, ia64-linux.
> 
> Did you test Ada with your change ?

Yes, I did.

Greetings
Tomas

> Arno


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