[PATCH 2/4] c/c++, asm: Use nicer error for duplicate asm qualifiers

Martin Sebor msebor@gmail.com
Tue Dec 11 17:31:00 GMT 2018


> +	    {
> +	      error_at (loc, "duplicate asm qualifier %qE", token->value);

We have been making an effort to quote keywords, identifiers,
option names, and other such things in diagnostics.  In
the message above and all others like it in this patch kit
that mention "asm" the keyword should be quoted the same
way as the name of the qualifier.

Thanks
Martin



More information about the Gcc-patches mailing list