diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-04-01 08:54:52 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-04-01 08:54:52 +0200 |
commit | 03742a9b0159abadf88dc259d1331b48cf102e73 (patch) | |
tree | 21d252b6e42e3b03c7ed6cbdf149f1b4814d94fc /libgomp/ChangeLog | |
parent | 4223ff5f252b650b7e799d7e919bbc1796901aed (diff) | |
download | gcc-03742a9b0159abadf88dc259d1331b48cf102e73.zip gcc-03742a9b0159abadf88dc259d1331b48cf102e73.tar.gz gcc-03742a9b0159abadf88dc259d1331b48cf102e73.tar.bz2 |
re PR other/39591 (GOMP_loop_end illegally optmized into GOMP_loop_end_nowait)
PR other/39591
* omp-low.c (remove_exit_barrier): Don't optimize if there are any
addressable variables in the parallel that could go out of scope while
running queued tasks.
* testsuite/libgomp.c/pr39591-1.c: New test.
* testsuite/libgomp.c/pr39591-2.c: New test.
* testsuite/libgomp.c/pr39591-3.c: New test.
From-SVN: r145390
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index a77fdde..15eb2c6c 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2009-04-01 Jakub Jelinek <jakub@redhat.com> + + PR other/39591 + * testsuite/libgomp.c/pr39591-1.c: New test. + * testsuite/libgomp.c/pr39591-2.c: New test. + * testsuite/libgomp.c/pr39591-3.c: New test. + 2009-03-25 Uros Bizjak <ubizjak@gmail.com> * testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage. |