diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-26 20:10:58 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-09-26 20:10:58 +0200 |
commit | a70ad3bb3e56ff95a717b80842d4b56a2b680856 (patch) | |
tree | 363a6e44b0cedce330dc22f91e904959a53d14b3 /libgomp/ChangeLog | |
parent | 9b9e4cd6a909fd68c16d27c7f011300933db2f10 (diff) | |
download | gcc-a70ad3bb3e56ff95a717b80842d4b56a2b680856.zip gcc-a70ad3bb3e56ff95a717b80842d4b56a2b680856.tar.gz gcc-a70ad3bb3e56ff95a717b80842d4b56a2b680856.tar.bz2 |
re PR middle-end/25261 ([gomp] Nested function calls in #pragma omp parallel blocks)
PR middle-end/25261
PR middle-end/28790
* tree-nested.c (struct nesting_info): Added static_chain_added.
(convert_call_expr): Set static_chain_added when adding static
chain. Handle OMP_PARALLEL and OMP_SECTION.
* gcc.dg/gomp/nestedfn-1.c: New test.
* testsuite/libgomp.c/nestedfn-4.c: New test.
* testsuite/libgomp.c/nestedfn-5.c: New test.
* testsuite/libgomp.fortran/nestedfn3.f90: New test.
From-SVN: r117235
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 229b27a..a4c470c 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,11 @@ 2006-09-26 Jakub Jelinek <jakub@redhat.com> + PR middle-end/25261 + PR middle-end/28790 + * testsuite/libgomp.c/nestedfn-4.c: New test. + * testsuite/libgomp.c/nestedfn-5.c: New test. + * testsuite/libgomp.fortran/nestedfn3.f90: New test. + PR fortran/29097 * testsuite/libgomp.fortran/condinc1.f: New test. * testsuite/libgomp.fortran/condinc2.f: New test. |