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

Scott Robert Ladd scott@coyotegulch.com
Sat Feb 8 13:08:00 GMT 2003


> 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.

..Scott



More information about the Gcc mailing list