[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2022-11-04 Thread burnus at gcc dot gnu.org via Gcc-bugs
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

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2022-11-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090 Thomas Schwinge changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2021-02-17 Thread john.donners at atos dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090 John Donners changed: What|Removed |Added CC||john.donners at atos dot net --- Comment

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2020-10-05 Thread dominiq at lps dot ens.fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090 --- Comment #6 from Dominique d'Humieres --- Should not this PR be closed?

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2016-01-02 Thread amonakov at gcc dot gnu.org
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

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2016-01-02 Thread iverbin at gcc dot gnu.org
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 -

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2015-12-30 Thread anlauf at gmx dot de
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

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2015-12-30 Thread amonakov at gcc dot gnu.org
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

[Bug fortran/69090] Allocatable arrays mishandled in 'omp declare target'

2015-12-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69090 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|