gimple-parser.c (c_parser_gimple_postfix_expression): Check return value of c_parser_...
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Sun, 19 Feb 2017 09:14:38 +0000 (09:14 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Sun, 19 Feb 2017 09:14:38 +0000 (09:14 +0000)
commit41d1b0b1ae32334d3f901811e5314081d4383b3d
tree5c5905b9da3a7f3cf089cebbd089a94a5d0a6c3f
parenteab1f16915926a935c4dcfce3f1026c5e80100ff
gimple-parser.c (c_parser_gimple_postfix_expression): Check return value of c_parser_parse_ssa_name against error_mark_node and emit...

2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>

* gimple-parser.c (c_parser_gimple_postfix_expression): Check return
value of c_parser_parse_ssa_name against error_mark_node and emit
error if ssa name is anonymous and written as default definition.

From-SVN: r245571
gcc/c/ChangeLog
gcc/c/gimple-parser.c