This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gomp RFA] Remove c-semantics.c from C++ front-end
- From: "Joseph S. Myers" <jsm at polyomino dot org dot uk>
- To: Paolo Bonzini <bonzini at gnu dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 21 Oct 2004 13:44:27 +0000 (UTC)
- Subject: Re: [gomp RFA] Remove c-semantics.c from C++ front-end
- References: <cl84nq$6af$1@sea.gmane.org>
On Thu, 21 Oct 2004, Paolo Bonzini wrote:
> As suggested by Joseph Myers, a first step in the implementation
> of GOMP will be to extract actions from the C grammar.
I have most of a new C parser written over the past few days, so I suggest
holding off on such patches for now. Though this first cleanup patch
seems entirely orthogonal to mine. The parser will be posted when it
parses the whole of GNU C.
> Bootstrapped/regtested C/C++/ObjC on i686-pc-linux-gnu, together
> with the following patch. I'll commit it to the branch unless someone has
> screamed by tomorrow.
I should make it clear that I consider using a branch for logically
distinct changes (parser changes and OpenMP) is not very useful: each
parser-related change (such as this one) would need to go to mainline
separately rather than together or as part of a branch merge.
--
Joseph S. Myers http://www.srcf.ucam.org/~jsm28/gcc/
jsm@polyomino.org.uk (personal mail)
joseph@codesourcery.com (CodeSourcery mail)
jsm28@gcc.gnu.org (Bugzilla assignments and CCs)