aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2018-06-26 10:44:52 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2018-06-26 10:44:52 +0000
commit43ad8df852a2855b76df2bcd712e786348684fe3 (patch)
tree4551289f9eec58b22b0f9a80093df0e8a2f75781 /libgomp/ChangeLog
parent76b1a1bd5a19ee1f5df448cdbbf11e26280b55aa (diff)
PR c++/86291
* parser.c (cp_parser_omp_for_loop_init): Change for_block argument type from vec<tree, va_gc> * to vec<tree, va_gc> *&. * testsuite/libgomp.c++/pr86291.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-8-branch@262138 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index e5dec96a791..fdc67444f59 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-26 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/86291
+ * testsuite/libgomp.c++/pr86291.C: New test.
+
2018-05-18 Cesar Philippidis <cesar@codesourcery.com>
Backport from mainline