summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-19 12:58:32 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-19 12:58:32 +0000
commit355efab120dc300ab2d52080920aee3988d93ae4 (patch)
tree218084fab0c5c9054f254323159ee54c135a9e9c /libgomp/ChangeLog
parentd91cf56723fac241e2fbc9235a3e8909e34604e5 (diff)
downloadgcc-355efab120dc300ab2d52080920aee3988d93ae4.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131059 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 49b6c549477..0ef0abf7386 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/34513
+ * testsuite/libgomp.c/pr34513.c: New test.
+ * testsuite/libgomp.c++/pr34513.C: New test.
+
2007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
PR target/32765