https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
--- Comment #8 from Tobias Burnus ---
(In reply to anlauf from comment #7)
> (In reply to Tobias Burnus from comment #6)
> > !$omp task detach (x)
> > !$omp end task
> >
> > This seems to be valid. OpenMP mostly only rejects coindexed var
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
--- Comment #5 from anlauf at gcc dot gnu.org ---
The coarray cases in comment#2 will be rejected with:
diff --git a/gcc/fortran/openmp.cc b/gcc/fortran/openmp.cc
index 1cc65d7fa49..08081dacde4 100644
--- a/gcc/fortran/openmp.cc
+++ b/gcc/fortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Known to work||12.1.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
--- Comment #3 from CVS Commits ---
The master branch has been updated by Kwok Yeung :
https://gcc.gnu.org/g:88c4d85e27e18bf991ab8728b73127a0385f2c27
commit r12-7464-g88c4d85e27e18bf991ab8728b73127a0385f2c27
Author: Kwok Cheung Yeung
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
--- Comment #2 from G. Steinmetz ---
And with a coarray :
$ cat zz1.f90
program p
use iso_c_binding, only: c_intptr_t
integer, parameter :: omp_event_handle_kind = c_intptr_t
integer (kind=omp_event_handle_kind) :: x[*]
!$omp task
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104131
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
CC|