https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
--- Comment #9 from Tobias Burnus ---
(In reply to Thomas Schwinge from comment #8)
> Has this been fixed via PR96668 "[OpenMP] Re-mapping allocated but
> previously unallocated allocatable does not work", by chance? (Tobias?)
I think both exam
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
Thomas Schwinge changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
John Donners changed:
What|Removed |Added
CC||john.donners at atos dot net
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
--- Comment #6 from Dominique d'Humieres ---
Should not this PR be closed?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
--- Comment #5 from Alexander Monakov ---
Ilya, 'omp declare target' is not applicable to arrays with automatic storage,
is it? The array needs to be either global, or have the SAVE attribute (similar
to 'static' keyword for local vars in C) — ei
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
iverbin at gcc dot gnu.org changed:
What|Removed |Added
CC||iverbin at gcc dot gnu.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
Harald Anlauf changed:
What|Removed |Added
CC||anlauf at gmx dot de
--- Comment #3 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
--- Comment #2 from Alexander Monakov ---
I've assigned 'fortran' category to the bug because "allocatable arrays" are
specific to Fortran, and the gfortran front-end already does some processing of
allocatable arrays for OpenMP directives. I wou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|