aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-02-27 13:05:36 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-02-27 13:05:36 +0100
commit113a53c14290fae0b8769675cc1dff8d0140c54f (patch)
tree630f11e199c8239180ed1849a94feafb7c6ddc63 /libgomp/ChangeLog
parent6609216ea928a99d667df90d4fe976872bcd745a (diff)
downloadgcc-113a53c14290fae0b8769675cc1dff8d0140c54f.zip
gcc-113a53c14290fae0b8769675cc1dff8d0140c54f.tar.gz
gcc-113a53c14290fae0b8769675cc1dff8d0140c54f.tar.bz2
re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))
PR fortran/47886 * gfortran.dg/gomp/task-1.f90: Removed. * testsuite/libgomp.fortran/task3.f90: New test. From-SVN: r170535
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 33b4e2c..f7a5982 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-27 Jakub Jelinek <jakub@redhat.com>
+
+ PR fortran/47886
+ * testsuite/libgomp.fortran/task3.f90: New test.
+
2011-02-24 Tobias Burnus <burnus@net-b.de>
* libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.