[Bug libgomp/92835] New: [OpenACC] Run time error with enter./exit data

2019-12-05 Thread caplanr at predsci dot com
: 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

[Bug libgomp/92835] [OpenACC] Run time error with enter./exit data

2019-12-11 Thread caplanr at predsci dot com
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

[Bug target/102544] GCN offloading not working for 'amdgcn-amd-amdhsa--gfx906:sramecc+:xnack-'

2021-10-01 Thread caplanr at predsci dot com via Gcc-bugs
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