https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104791
Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |openacc
--- Comment #2 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
OK, I now see:
[...]/source-gcc/libgomp/testsuite/libgomp.oacc-c/../libgomp.oacc-c-c++-common/kernels-decompose-1.c:38:9:
note: variable 'f1.1' declared in block isn't candidate for adjusting OpenACC
privatization level: not addressable
[...]/source-gcc/libgomp/testsuite/libgomp.oacc-c/../libgomp.oacc-c-c++-common/kernels-decompose-1.c:38:9:
note: variable 'f1.2' declared in block isn't candidate for adjusting OpenACC
privatization level: not addressable
(Why didn't I see that in my testing, huh.)