[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gomp-discuss] Re: [gomp] parse OpenMP directives
From: |
Diego Novillo |
Subject: |
Re: [Gomp-discuss] Re: [gomp] parse OpenMP directives |
Date: |
Wed, 13 Oct 2004 12:20:30 -0400 |
On Wed, 2004-10-13 at 11:52, Scott Robert Ladd wrote:
> Joseph S. Myers wrote:
> > And Geoffrey Keating estimated 6-9 man years for a C/C++ front end
> > merge with no adverse effects on language dialects supported or
> > performance.
> >
> > By comparison, C - even GNU C - is *much* simpler to parse than C++,
> > and a few weeks to a few months should be sufficient to replace a C
> > parser (and no other components at the same time).
>
> I'm a tad confused. Are we talking about writing a *separate* language
> parser to handle OpenMP? I can't imagine that the resources exist to
> write three language parsers.
>
> My assumption was that the existing parsers would be extended to support
> OpenMP directives.
>
Scott,
Let's move technical discussions to the GCC lists. If we ever want GOMP
to be accepted in GCC we _must_ hold all technical discussions in gcc@
and address@hidden
Diego.