aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2015-02-04 23:32:36 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2015-02-04 23:32:36 +0100
commit4886ec8e709d547391d199bd88579d0f523f4e2d (patch)
tree02931ee5cccee35af26dbaf8156acf44d9ec6fb5 /libgomp/ChangeLog
parent5a33f47d99d787af43fc8b27c29cea4e5c1432d8 (diff)
downloadgcc-4886ec8e709d547391d199bd88579d0f523f4e2d.zip
gcc-4886ec8e709d547391d199bd88579d0f523f4e2d.tar.gz
gcc-4886ec8e709d547391d199bd88579d0f523f4e2d.tar.bz2
re PR middle-end/64824 (ICE in gimple verification)
PR c/64824 PR c/64868 gcc/c/ * c-parser.c (c_parser_omp_atomic): Handle RDIV_EXPR. gcc/cp/ * parser.c (cp_parser_omp_atomic): Handle RDIV_EXPR. gcc/c-family/ * c-omp.c (c_finish_omp_atomic): Use TRUNC_DIV_EXPR instead of RDIV_EXPR. Use build_binary_op instead of build2_loc. libgomp/ * testsuite/libgomp.c/pr64824.c: New test. * testsuite/libgomp.c/pr64868.c: New test. * testsuite/libgomp.c++/pr64824.C: New test. * testsuite/libgomp.c++/pr64868.C: New test. From-SVN: r220420
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 104d42c..21b42d1 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,12 @@
+2015-02-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/64824
+ PR c/64868
+ * testsuite/libgomp.c/pr64824.c: New test.
+ * testsuite/libgomp.c/pr64868.c: New test.
+ * testsuite/libgomp.c++/pr64824.C: New test.
+ * testsuite/libgomp.c++/pr64868.C: New test.
+
2015-02-01 David Edelsohn <dje.gcc@gmail.com>
PR libgomp/64635