Re: [GSoC][match-and-simplify] reject for that has no pattern defined

2014-07-28 Thread Richard Biener
On Sat, Jul 26, 2014 at 10:14 PM, Prathamesh Kulkarn wrote: > Reject for that has no pattern defined. > eg - (for op in plus minus) > > * genmatch.c (parse_for): Reject for that has no pattern defined. Thanks - commited. Richard. > Thanks and Regards, > Prathamesh

[GSoC][match-and-simplify] reject for that has no pattern defined

2014-07-26 Thread Prathamesh Kulkarni
Reject for that has no pattern defined. eg - (for op in plus minus) * genmatch.c (parse_for): Reject for that has no pattern defined. Thanks and Regards, Prathamesh Index: genmatch.c === --- genmatch.c (revision 212928) +++ genmatch.