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

Andi Kleen ak@suse.de
Mon Feb 10 06:18:00 GMT 2003


Per Bothner <per@bothner.com> writes:
> 
> The "official" Gcc line has always been that #pragmas are
> generally a bad idea.  A major reason is that #pragmas
> cannot be created by macros.

C99 fixed that with _Pragma() 

I'm not sure gcc supports that fully yet though.

-Andi



More information about the Gcc mailing list