https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102841
Bug ID: 102841 Summary: libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_dat a-7.c FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: jakub at gcc dot gnu.org, tschwinge at gcc dot gnu.org Target Milestone: --- Target: i?86-pc-solaris2.11, x86_64-pc-solaris2.11, i?86-apple-darwin*, x86_64-apple-darwin* The libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c has been FAILing on Solaris and Darwin since it was installed. FAIL: libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -O2 (test for excess errors) FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/host_data-7.c -DACC_DEVICE_TYPE_host=1 -DACC_MEM_SHARED=1 -foffload=disable -O2 (test for excess errors) On Solaris, the excess errors are Excess errors: /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:21:9: note: variable 'iftmp.3' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:26:9: note: variable 'iftmp.6' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:33:9: note: variable 'iftmp.9' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:44:9: note: variable 'iftmp.12' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/local/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:55:9: note: variable 'iftmp.15' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable while Darwin shows Excess errors: /vol/gcc/src/hg/master/darwin/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:21:9: note: variable 'D.3648' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/darwin/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:21:9: note: variable 'D.3649' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/darwin/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:21:9: note: variable 'D.3650' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/darwin/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:33:9: note: variable 'D.3662' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/darwin/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:33:9: note: variable 'D.3663' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable /vol/gcc/src/hg/master/darwin/libgomp/testsuite/libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c:33:9: note: variable 'D.3664' declared in block isn't candidate for adjusting OpenACC privatization level: not addressable [...]