Re: [GSoC][match-and-simplify] reject builtin operator as for variable

2014-08-08 Thread Richard Biener
On Fri, Aug 8, 2014 at 12:42 AM, Prathamesh Kulkarni wrote: > reject operator to be used as variable in for. > eg: > (for mult in plus minus) > > > * genmatch.c (get_operator): New function. > (e_operation::e_operation): Adjust to call get_operator. > (parse_for): Add call to get_

[GSoC][match-and-simplify] reject builtin operator as for variable

2014-08-07 Thread Prathamesh Kulkarni
reject operator to be used as variable in for. eg: (for mult in plus minus) * genmatch.c (get_operator): New function. (e_operation::e_operation): Adjust to call get_operator. (parse_for): Add call to get_operator. Thanks, Prathamesh Index: genmatch.c