This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Remove redundant line in c-parse.in
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: Remove redundant line in c-parse.in
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Thu, 24 May 2001 23:40:23 +0100 (BST)
- cc: <gcc-patches at gcc dot gnu dot org>
On Thu, 24 May 2001, Neil Booth wrote:
> This patch passes a bootstrap and make check. The call to
> decl_attributes is not in similar code in the rest of c-parse.in, and
> is present in the call to start_decl that happens a few lines earlier.
>
> This is a necessary prerequisite to what I am hoping will be a
> considerable simplification of c-parse.in.
>
> OK to commit?
OK.
What are you hoping to simplify? I'm now implementing static and type
qualifiers in parameter array declarators - which I think will finish the
C99 syntax, albeit with plenty of semantics left to do and with the
details of the grammar needing to be checked against C99 - so once this is
done (with testcases) might be a good time for cleanups and
simplifications, given that the grammar should then be essentially
complete.
--
Joseph S. Myers
jsm28@cam.ac.uk