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

Reply via email to