]> gcc.gnu.org Git - gcc.git/commit
re PR c++/34513 (static variable not found for C++ OpenMP)
authorJakub Jelinek <jakub@redhat.com>
Wed, 19 Dec 2007 12:58:32 +0000 (13:58 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 19 Dec 2007 12:58:32 +0000 (13:58 +0100)
commit5259c813103b272f141eb5aafc5e473301d58760
tree218084fab0c5c9054f254323159ee54c135a9e9c
parent5141868dc037e51930341c5508036d5325c07739
re PR c++/34513 (static variable not found for C++ OpenMP)

PR c++/34513
* parser.c (cp_parser_omp_parallel): For non-combined parallel
call cp_parser_statement rather than
cp_parser_already_scoped_statement.

* testsuite/libgomp.c/pr34513.c: New test.
* testsuite/libgomp.c++/pr34513.C: New test.

From-SVN: r131059
gcc/cp/ChangeLog
gcc/cp/parser.c
libgomp/ChangeLog
libgomp/testsuite/libgomp.c++/pr34513.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c/pr34513.c [new file with mode: 0644]
This page took 0.057214 seconds and 5 git commands to generate.