This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/27916] Problem with allocatable arrays inside OpenMP do loop



------- Comment #2 from jakub at gcc dot gnu dot org  2006-06-09 21:18 -------
Subject: Bug 27916

Author: jakub
Date: Fri Jun  9 21:18:42 2006
New Revision: 114520

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114520
Log:
        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.

Added:
    trunk/libgomp/testsuite/libgomp.fortran/pr27916-1.f90
    trunk/libgomp/testsuite/libgomp.fortran/pr27916-2.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/f95-lang.c
    trunk/gcc/fortran/trans-openmp.c
    trunk/gcc/fortran/trans.h
    trunk/libgomp/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27916


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]