gomp-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Gomp-discuss] Re: Implementing OpenMP pragmas for the C front end


From: Steven Bosscher
Subject: RE: [Gomp-discuss] Re: Implementing OpenMP pragmas for the C front end
Date: 08 Feb 2003 19:19:17 +0100

Op za 08-02-2003, om 14:09 schreef Scott Robert Ladd:
> > Then we could focus our efforts on the C++ front-end that is ready.
> > Once the C-fe will be rewritten in rd form, we'll port the OMP
> > bits to C-fe.
> 
> I don't really see a problem with implementing for C++ and porting to C.
> 
> The only practical difference in OpenMP between C and C++ is in the
> necessity for the latter to construct private objects via copy constructor
> from the original object.
 
Do you think this difference is significant enough to justify splitting
up parsing and callbacks: Have a c-pragma-openmp.c which parses the
pragmas for C and C++, and have separate c-openmp.c and cp/cp-openmp.c
files to apply the pragmas and make sure we're in the right syntactic
context?

Greetz
Steven






reply via email to

[Prev in Thread] Current Thread [Next in Thread]