On 04/21/2016 07:35 AM, Marek Polacek wrote:
+ permerror (type_start_token->location, + "extra qualification not allowed"); + type = error_mark_node;
If we're using permerror, we shouldn't set type to error_mark_node; if we do that, -fpermissive won't make it work.
Jason