]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgomp/ChangeLog
re PR fortran/27916 (Problem with allocatable arrays inside OpenMP do loop)
authorJakub Jelinek <jakub@redhat.com>
Fri, 9 Jun 2006 21:18:42 +0000 (23:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 9 Jun 2006 21:18:42 +0000 (23:18 +0200)
commitcd75853e1d1279a99afc0e5dc46b30edca64e6f4
tree530c2e857eb28361de2db9d88b30a1ef04da4efb
parent1c90c6f9c03360da9f6b01ef0ec28e309a0bb892
re PR fortran/27916 (Problem with allocatable arrays inside OpenMP do loop)

PR fortran/27916
* trans-openmp.c (gfc_omp_clause_default_ctor): New function.
* trans.h (gfc_omp_clause_default_ctor): New prototype.
* f95-lang.c (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): Define.

* testsuite/libgomp.fortran/pr27916-1.f90: New test.
* testsuite/libgomp.fortran/pr27916-2.f90: New test.

From-SVN: r114520
gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c
gcc/fortran/trans-openmp.c
gcc/fortran/trans.h
libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/pr27916-1.f90 [new file with mode: 0644]
libgomp/testsuite/libgomp.fortran/pr27916-2.f90 [new file with mode: 0644]