aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2015-02-11 14:40:31 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2015-02-11 14:40:31 +0100
commitfa01ffccc77fd08b566642487b05eea568a28e60 (patch)
treee1632c6ff1de20355a3f4f7074b072de291d3d44 /libgomp/ChangeLog
parentc43ade800481f77c8fcd70c6d795b0adee045810 (diff)
downloadgcc-fa01ffccc77fd08b566642487b05eea568a28e60.zip
gcc-fa01ffccc77fd08b566642487b05eea568a28e60.tar.gz
gcc-fa01ffccc77fd08b566642487b05eea568a28e60.tar.bz2
re PR middle-end/64824 (ICE in gimple verification)
PR c/64824 * c-parser.c (c_parser_binary_expression): Fix OpenMP stack[sp].prec check in the POP macro. * testsuite/libgomp.c/atomic-18.c: New test. * testsuite/libgomp.c++/atomic-16.C: New test. From-SVN: r220617
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 21b42d1..6c24531 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-11 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/64824
+ * testsuite/libgomp.c/atomic-18.c: New test.
+ * testsuite/libgomp.c++/atomic-16.C: New test.
+
2015-02-04 Jakub Jelinek <jakub@redhat.com>
PR c/64824