https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127273
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <[email protected]>: https://gcc.gnu.org/g:880792f641a31e41a05a236e608b6e87caa9675b commit r17-4027-g880792f641a31e41a05a236e608b6e87caa9675b Author: Tobias Burnus <[email protected]> Date: Wed Sep 9 14:10:05 2026 +0200 libgomp: Add tests for 'requires self_maps' with global static vars [PR122205] Note that usm_env_handling-1-self.c segfaults in nvptx lto1, when compiling with nvptx offloading and using -fopenmp -O1. Hence, the test is xfailed; the issue is tacked in PR target/127273 libgomp/ChangeLog: PR middle-end/122205 * testsuite/libgomp.c/usm_env_handling-2.c: Improve debug printf. * testsuite/libgomp.c/usm_env_handling-1.c: likewise; add '#ifdef USE_SELF_MAPS'. * testsuite/libgomp.c/usm_env_handling-1-self.c: New test. * testsuite/libgomp.c/usm_env_handling-2-self.c: New test. * testsuite/libgomp.c/usm_env_handling-3-self.c: New test.
