https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92835
Bug ID: 92835 Summary: [OpenACC] Run time error with enter./exit data Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: caplanr at predsci dot com CC: jakub at gcc dot gnu.org Target Milestone: --- I am trying to compile and run my OpenACC code with GNU 9.1.0 branch. I am getting the following error: libgomp: >>>> GOACC_enter_exit_data UNHANDLED kind 0x01 What does this mean? My code works fine with PGI.