gomp-discuss
[Top][All Lists]
Advanced

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

Re: [Gomp-discuss] C parser patch for parsing omp pragmas


From: Dmitry Kurochkin
Subject: Re: [Gomp-discuss] C parser patch for parsing omp pragmas
Date: Fri, 25 Feb 2005 11:10:19 +0300
User-agent: Mutt/1.5.6+20040523i

Hello.

Some updates to the patch:

- updated the C parser patch to the last version
  
(http://gcc.gnu.org/ml/gcc-patches/2005-02/msg00339/c-parser-patch-version-8.gz)

- expression is expected after atomic directives
- statement is expected after critical, master, ordered, parallel and
  single directives
- for loop is expected after for and parallel for directives
- fixed tree type in sections directive handler
- fixed variable lookup in variable list
- Added obstack to handle sections and section directives. Now nested
  sections directives are handled correctly.
- section scope is expected after sections directive
- section directive can appear inside sections directive
- statement expected after section directive


Now the parser should be able to parse any valid OpenMP program.

The full patch is attached.

Regards,
                Dmitry

Attachment: gomp_parser.full.patch
Description: Text document


reply via email to

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