[Patch] grokdeclarator cleanup (newb patch)

Jason Merrill jason@redhat.com
Tue Apr 20 14:53:00 GMT 2004


On Mon, 19 Apr 2004 18:34:21 -0700, Zack Weinberg <zack@codesourcery.com> wrote:

> Note further that the %D in this 
>
>        error ("declarator-id missing; using reserved word `%D'", dname);
>
> is incorrect - %D takes a DECL node.  It should be %E.

When I wrote the extended format code, %D was correct for the name of a
decl.  %E is for expressions.  Has this changed?

Jason



More information about the Gcc-patches mailing list