[Bug c++/96833] Functors within target offload code

2020-11-09 Thread tobias.weinzierl at durham dot ac.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96833

Tobias Weinzierl  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Tobias Weinzierl  ---
Likely bug in calling code: declare required in declaration and around
definition

[Bug c++/96833] Functors within target offload code

2020-08-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96833

Jakub Jelinek  changed:

   What|Removed |Added

 CC||jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek  ---
Please read https://gcc.gnu.org/bugs.html, partial snippets aren't really
useful, we need self-contained (if possible minimal) testcases that we can
compile.
You also didn't say what the error was, so it is unclear if you got an error
already from the host compilation, or only from the linking where it invokes
the offloading compiler(s).  Neither you've started which offloading you have
configured.