https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120530

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <bur...@gcc.gnu.org>:

https://gcc.gnu.org/g:16c742e1079e838b920a1b215af17828da7c6365

commit r16-1254-g16c742e1079e838b920a1b215af17828da7c6365
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.

Reply via email to