|
From: | Lars Segerlund |
Subject: | Re: [Gomp-discuss] Example openMP programs. |
Date: | Fri, 21 Feb 2003 13:35:06 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9 |
What do you think about a separate parser for the 'foo bar baz' part ?i.e. we can make an openMP directive parser, then we only ( tm ;-) ), have to drop it into the handling of the pragma ? ( I seem to recall that gcc has a macro to register a handler for a builtin pragma ? ).
Or is this to simple ( i.e. I am missing something ? ) / Lars Pop Sébastian wrote:
On Fri, Feb 21, 2003 at 12:04:21PM +0100, Lars Segerlund wrote:
...snip...
For the moment I work on the g++ parser and have a little idea of how to hack the lexer in order to be able to generate tokens as suggested by Zack and David:#pragma foo bar baz into __builtin_pragma foo bar baz;Once I have something that works I'll send a patch for collecting more comments from GCC people.Seb
[Prev in Thread] | Current Thread | [Next in Thread] |