https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90591
Thomas Schwinge changed:
What|Removed |Added
Assignee|sandra at gcc dot gnu.org |tschwinge at gcc dot
gnu.org
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90591
--- Comment #5 from Tobias Burnus ---
Somewhat related: In terms of OpenMP (to be refined in the spec), the following
applies (in order to work both with shared + nonshared memory):
int x = 5;
#pragma omp target map(from:x)
x = 7;
prin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90591
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90591
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90591
Thomas Schwinge changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Ever co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90591
--- Comment #1 from Jakub Jelinek ---
We want to add some attribute(s) on the structure types used to pass
information in and out (or in the fields), and have some specialized IPA
optimization that tries to optimize such cases.