https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120814
Benjamin Schulz <schulz.benjamin at googlemail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Benjamin Schulz <schulz.benjamin at googlemail dot com> ---
The problem was that i forgot to include a & as a parameter and so a copy of
the struct was offloaded. The result for clang is only defect because clang
had, at that time, bugs in its mapper and did not offload any code, and then
used shared memory per default... Both are fixed since long (my code, and the
clang mapper)