https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117626
--- Comment #2 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:e7e3d1838f7cfb4a9fca711d735d8f5ea47d16dc commit r15-5381-ge7e3d1838f7cfb4a9fca711d735d8f5ea47d16dc Author: Tobias Burnus <tbur...@baylibre.com> Date: Mon Nov 18 11:06:58 2024 +0100 libgomp/plugin/plugin-nvptx.c: Change false to NULL to fix C23 wrong-return-type error [PR117626] libgomp/ChangeLog: PR libgomp/117626 * plugin/plugin-nvptx.c (nvptx_open_device): Use 'CUDA_CALL_ERET' with 'NULL' as error return instead of 'CUDA_CALL' that returns false.