gomp-discuss
[Top][All Lists]
Advanced

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

Re: [Gomp-discuss] Open64's implementation of OpenMP


From: Diego Novillo
Subject: Re: [Gomp-discuss] Open64's implementation of OpenMP
Date: Mon, 3 Feb 2003 19:30:07 -0500
User-agent: Mutt/1.4i

On Tue, 04 Feb 2003, Steven Bosscher wrote:

> It's not entirely trivial to do this, you know.  GCC's implementation is
> actually very "pragma-unfriendly".  All pragmas that GCC currently can
> handle are pragmas that put no restrictions on whatever syntax follows
> the pragma itself.  There's no interaction between the #pragma handlers
> and the parser AFAICT.
> 
Still not a hard problem.  We get access to the lexer from the
pragmas handler.  OMP pragmas aren't too elaborate, are they?


Diego.




reply via email to

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