aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-11-25 21:28:56 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2009-11-25 21:28:56 +0100
commit281e33e1bb62f77b7f999213da93db0088d08e1d (patch)
treee09f0b243a46a3ff9e7a5acdd73e3b23f01bee52 /libgomp/ChangeLog
parentfc07d9e3cb53293002fde46afb834aa965bab195 (diff)
downloadgcc-281e33e1bb62f77b7f999213da93db0088d08e1d.zip
gcc-281e33e1bb62f77b7f999213da93db0088d08e1d.tar.gz
gcc-281e33e1bb62f77b7f999213da93db0088d08e1d.tar.bz2
re PR fortran/42162 (OpenMP: ICE: tree check in omp_add_variable, at gimplify.c:5282)
PR fortran/42162 * trans-openmp.c (gfc_trans_omp_do): When dovar isn't a VAR_DECL, don't use simple loop and handle clauses properly. * testsuite/libgomp.fortran/pr42162.f90: New test. From-SVN: r154654
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index e36c7e2..070d82f 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,7 +1,12 @@
+2009-11-25 Jakub Jelinek <jakub@redhat.com>
+
+ PR fortran/42162
+ * testsuite/libgomp.fortran/pr42162.f90: New test.
+
2009-11-13 Jakub Jelinek <jakub@redhat.com>
PR middle-end/42029
- * libgomp.c/pr42029.c: New test.
+ * testsuite/libgomp.c/pr42029.c: New test.
2009-10-26 Jakub Jelinek <jakub@redhat.com>