[Bug fortran/88420] Fortran OpenACC "Clause SEQ conflicts with INDEPENDENT"

tschwinge at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Dec 9 12:50:00 GMT 2018


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

--- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Author: tschwinge
Date: Sun Dec  9 12:47:35 2018
New Revision: 266920

URL: https://gcc.gnu.org/viewcvs?rev=266920&root=gcc&view=rev
Log:
[PR88420] Fortran OpenACC "Clause SEQ conflicts with INDEPENDENT"

The Fortran front end declares that the OpenACC "Clause SEQ conflicts with
INDEPENDENT".  While that combination doesn't make too much sense indeed, it's
still valid; these are orthogonal concepts.

        gcc/fortran/
        PR fortran/88420
        * openmp.c (resolve_oacc_loop_blocks): Remove "Clause SEQ
        conflicts with INDEPENDENT" diagnostic.
        gcc/testsuite/
        PR fortran/88420
        * gfortran.dg/goacc/loop-1-2.f95: Update.
        * gfortran.dg/goacc/loop-1.f95: Likewise.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/openmp.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gfortran.dg/goacc/loop-1-2.f95
    trunk/gcc/testsuite/gfortran.dg/goacc/loop-1.f95


More information about the Gcc-bugs mailing list