Hi, is there any reason why in gcc-4.5.1 the plugin hook PLUGIN_FINISH_TYPE is not executed for enums?
In c-parser.c there is a call to invoke_plugin_callbacks (PLUGIN_FINISH_TYPE, t.spec); for RID_STRUCT and RID_UNION but not for RID_ENUM. Is this an oversight or on purpose? Thanks, Joachim