: 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92835
--- Comment #2 from Ron ---
(In reply to Thomas Schwinge from comment #1)
> (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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102544
--- Comment #7 from Ron ---
That last case was using a fortran version of the test code as follows:
program SMALL_TEST_F
use openacc
implicit none
integer :: v
v = 0
!$acc parallel copy(v)
if (a