https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120530
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Thomas Schwinge <tschwi...@gcc.gnu.org>: https://gcc.gnu.org/g:0a708f6a645ce4025a5f03a69eff684e4ee6a382 commit r15-10039-g0a708f6a645ce4025a5f03a69eff684e4ee6a382 Author: Tobias Burnus <tbur...@baylibre.com> Date: Fri Jun 6 15:15:03 2025 +0200 libgomp.c/target-map-zero-sized-3.c: Fix code for non-USM offload [PR120530] A mapping clause was missing, causing the code to fail with offloading when a host pointer was not device accessible. libgomp/ChangeLog: PR target/120530 * testsuite/libgomp.c/target-map-zero-sized-3.c (main): Add missing map clause; remove unused variable. (cherry picked from commit 16c742e1079e838b920a1b215af17828da7c6365)