This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gomp RFA] Remove c-semantics.c from C++ front-end


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]