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: Neil Booth <neil at daikokuya dot co dot uk>
- To: Andi Kleen <ak at suse dot de>
- Cc: Per Bothner <per at bothner dot com>, gcc at gcc dot gnu dot org
- Date: Mon, 10 Feb 2003 07:10:39 +0000
- 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> <p73isvsbqun.fsf@oldwotan.suse.de>
Andi Kleen wrote:-
> C99 fixed that with _Pragma()
>
> I'm not sure gcc supports that fully yet though.
It should be fine in 3.2.2 and 3.3. 3.2.1 (I think) had a bug;
3.0 may or may not have had it correct.
Neil.