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/72715] ICE in gfc_trans_omp_do, at fortran/trans-openmp.c:3164


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72715

--- Comment #2 from cesar at gcc dot gnu.org ---
Author: cesar
Date: Mon Aug 29 21:16:04 2016
New Revision: 239845

URL: https://gcc.gnu.org/viewcvs?rev=239845&root=gcc&view=rev
Log:
        PR fortran/72715

        gcc/fortran/
        * openmp.c (resolve_oacc_nested_loops): Error on do concurrent loops.

        gcc/testsuite/
        * gfortran.dg/goacc/loop-3-2.f95: Error on do concurrent loops.
        * gfortran.dg/goacc/loop-3.f95: Likewise.
        * gfortran.dg/goacc/pr72715.f90: New test.



Added:
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/pr72715.f90
Modified:
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/fortran/openmp.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-3-2.f95
    branches/gomp-4_0-branch/gcc/testsuite/gfortran.dg/goacc/loop-3.f95

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