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

2023-08-02 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88420

Thomas Schwinge  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

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

2023-08-01 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88420

anlauf at gcc dot gnu.org changed:

   What|Removed |Added

 Status|ASSIGNED|WAITING

--- Comment #4 from anlauf at gcc dot gnu.org ---
(In reply to Thomas Schwinge from comment #3)
> (In reply to Dominique d'Humieres from comment #2)
> > Shouldn't this PR be closed as FIXED?
> 
> No, this will need to be fixed in other release branches, too.

This appears fixed on 9-branch and later.

There ain't no reason to keep it open 5 years after it has been fixed.
Or are we missing something?

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

2018-12-13 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88420

Thomas Schwinge  changed:

   What|Removed |Added

 Status|WAITING |ASSIGNED

--- Comment #3 from Thomas Schwinge  ---
(In reply to Dominique d'Humieres from comment #2)
> Shouldn't this PR be closed as FIXED?

No, this will need to be fixed in other release branches, too.

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

2018-12-12 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88420

Dominique d'Humieres  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2018-12-12
 Ever confirmed|0   |1

--- Comment #2 from Dominique d'Humieres  ---
Shouldn't this PR be closed as FIXED?

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

2018-12-09 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88420

--- Comment #1 from Thomas Schwinge  ---
Author: tschwinge
Date: Sun Dec  9 12:47:35 2018
New Revision: 266920

URL: https://gcc.gnu.org/viewcvs?rev=266920=gcc=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