2015-02-02 Bruno Loff <bruno.loff@gmail.com>
* c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after
processing enum declaration.
From-SVN: r220358
+2015-02-02 Bruno Loff <bruno.loff@gmail.com>
+
+ * c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after
+ processing enum declaration.
+
2015-01-29 Marek Polacek <polacek@redhat.com>
PR c/64709
attrs_ok = true;
seen_type = true;
t = c_parser_enum_specifier (parser);
+ invoke_plugin_callbacks (PLUGIN_FINISH_TYPE, t.spec);
declspecs_add_type (loc, specs, t);
break;
case RID_STRUCT: