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.