[PR88420] Fortran OpenACC "Clause SEQ conflicts with INDEPENDENT"
authorThomas Schwinge <thomas@codesourcery.com>
Sun, 9 Dec 2018 12:47:35 +0000 (13:47 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Sun, 9 Dec 2018 12:47:35 +0000 (13:47 +0100)
commitb22b7d462ee469da57e7c17ffbf0686076b7af65
tree21d9601441ac0433e6c688e8ac9255343fdf307c
parent84ca08d2d57034d6b5dfe818d7cdcef10316d902
[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.

From-SVN: r266920
gcc/fortran/ChangeLog
gcc/fortran/openmp.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/goacc/loop-1-2.f95
gcc/testsuite/gfortran.dg/goacc/loop-1.f95