https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93226
--- Comment #6 from Tobias Burnus ---
(In reply to Thomas Schwinge from comment #5)
> On OG15, for both nvptx and GCN offloading, I see:
...
The code has in the module:
integer :: D(N)
!$acc declare device_resident(D)
The problem is that o
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93226
Thomas Schwinge changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93226
Tobias Burnus changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93226
--- Comment #3 from GCC Commits ---
The master branch has been updated by Tobias Burnus :
https://gcc.gnu.org/g:f4aa6b5a8d63050f5d61fcec222ed87be4c0a266
commit r16-971-gf4aa6b5a8d63050f5d61fcec222ed87be4c0a266
Author: Tobias Burnus
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93226
Tobias Burnus changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93226
--- Comment #1 from Tobias Burnus ---
Created attachment 61519
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61519&action=edit
Draft patch for 'acc_memcpy_device' - (only) missing are testcases (and
possibly a bit cleanup/testing)
This is