This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Gomp-discuss] Re: Implementing OpenMP pragmas for the C front end
- From: Andi Kleen <ak at suse dot de>
- To: Per Bothner <per at bothner dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 10 Feb 2003 07:18:56 +0100
- Subject: Re: [Gomp-discuss] Re: Implementing OpenMP pragmas for the C front end
- References: <FKEAJLBKJCGBDJJIPJLJOEDMEKAA.scott@coyotegulch.com.suse.lists.egcs> <3E473821.5050908@bothner.com.suse.lists.egcs>
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