summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-11 13:40:31 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2015-02-11 13:40:31 +0000
commit35ff54b5d4aaea200c2e33527e452ca0a5292fc4 (patch)
treee1632c6ff1de20355a3f4f7074b072de291d3d44 /libgomp/ChangeLog
parente9a9dc0931b409f259957ea331ce42e1760ff21f (diff)
downloadgcc-35ff54b5d4aaea200c2e33527e452ca0a5292fc4.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220617 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 21b42d154e8..6c24531744c 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