On 8 February 2017 at 17:18, Prathamesh Kulkarni <prathamesh.kulka...@linaro.org> wrote: > Hi, > The attached patch replaces couple of calls to > c_parser_gimple_unary_expression > by c_parser_gimple_postfix_expression, to reject invalid cases like: > ~t0_1 = ~a; > OK to commit after bootstrap+test ? Oops no, this would reject valid cases like: *p = rhs. > > Thanks, > Prathamesh
- [ GIMPLE FE] replace calls to c_parser_gimple_unary_ex... Prathamesh Kulkarni
- Re: [ GIMPLE FE] replace calls to c_parser_gimple... Prathamesh Kulkarni