Re: [GSoC] [match-and-simplify] check for capture index

2014-06-23 Thread Richard Biener
On Wed, Jun 18, 2014 at 3:07 PM, Prathamesh Kulkarni wrote: > Put a check for capture index. > > * genmatch.c (parse_capture): Add condition to check capture index. > (capture_max): New constant. > (stdlib.h): Include. I'd rather record the maximum seen c

[GSoC] [match-and-simplify] check for capture index

2014-06-18 Thread Prathamesh Kulkarni
Put a check for capture index. * genmatch.c (parse_capture): Add condition to check capture index. (capture_max): New constant. (stdlib.h): Include. Thanks and Regards, Prathamesh Index: genmatch.c =