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][match-and-simplify] Mark conditional converts with '?'


On Tue, 12 Aug 2014, Jakub Jelinek wrote:

> On Tue, Aug 12, 2014 at 12:15:20PM +0200, Richard Biener wrote:
> > @@ -2422,6 +2441,7 @@ main(int argc, char **argv)
> >    add_operator (SYM, # SYM, # TYPE, NARGS);
> >  #define END_OF_BASE_TREE_CODES
> >  #include "tree.def"
> > +add_operator (CONVERT1, "CONVERT0", "tcc_unary", 1);
> 
> Pasto?  Shouldn't that be CONVERT0, ?

Yeah - fixed.

Richard.


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