[Bug middle-end/105001] If executing with non-nvptx offloading, but nvptx offloading compilation is enabled: FAIL: libgomp.c/pr104783.c execution test
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Nov 3 11:22:09 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105001
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tobias Burnus <burnus@gcc.gnu.org>:
https://gcc.gnu.org/g:e2cbcd1b27c0da92bdcd96664064d3d0c1d44e6f
commit r16-4961-ge2cbcd1b27c0da92bdcd96664064d3d0c1d44e6f
Author: Tobias Burnus <tburnus@baylibre.com>
Date: Mon Nov 3 12:21:30 2025 +0100
Fix gimple_copy for OpenMP atomic load/store [PR122281, PR105001]
PR libgomp/122281
PR middle-end/105001
gcc/ChangeLog:
* gimple.cc (gimple_copy): Add missing unshare_expr for
GIMPLE_OMP_ATOMIC_LOAD and GIMPLE_OMP_ATOMIC_STORE.
More information about the Gcc-bugs
mailing list