https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92835
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2019-12-10 CC| |tschwinge at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- (In reply to Ron from comment #0) > I am trying to compile and run my OpenACC code with GNU 9.1.0 branch. > > I am getting the following error: Thanks for the report. > libgomp: >>>> GOACC_enter_exit_data UNHANDLED kind 0x01 > > What does this mean? My code works fine with PGI. Huh, that's strange. That's the data mapping kind used for the OpenACC 'copyin' clause, which certainly I see handled in 'GOACC_enter_exit_data'. Can you tell what your source code line is? You can run your code in GDB, with 'break gomp_fatal', and when this hits, then 'backtrace'.