]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp/plugin/plugin-gcn.c: async-queue init - fix function-return type and fail...
authorTobias Burnus <tburnus@baylibre.com>
Mon, 18 Nov 2024 13:58:21 +0000 (14:58 +0100)
committerTobias Burnus <tburnus@baylibre.com>
Mon, 18 Nov 2024 13:58:21 +0000 (14:58 +0100)
commit884637b6362391921100efa2c7db4f4452e2a13f
treedeec7f07764b07c3b6d8f9e3360885b27c78d301
parent944471eaee4042b816ec2d58968bbdff52e07933
libgomp/plugin/plugin-gcn.c: async-queue init - fix function-return type and fail fatally

libgomp/ChangeLog:

* plugin/plugin-gcn.c (GOMP_OFFLOAD_openacc_async_construct): In
case of an error, call GOMP_PLUGIN_fatal not ..._error; use NULL
not false in return.
libgomp/plugin/plugin-gcn.c