On Sun, Sep 7, 2014 at 11:53 PM, Prathamesh Kulkarni <bilbotheelffri...@gmail.com> wrote: > Changes syntax of for pattern to: > (for op (list1...) op2 (list2...) opN (listN...) > patterns) > > Number of operator substitutions must be same.
Indeed. Thanks - applied. Richard. > * genmatch.c (peek_ident): Change id to default argument with value 0. > (parse_for): Adjust. > > * match-builtin.pd: Rewrite for-patterns to match new syntax. > * match-comparison.pd: Likewise. > * match-constant-folding.pd: Likewise. > * match-conversions.pd: Likewise. > * match-rotate.pd: Likewise.