https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122281
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tobias Burnus <[email protected]>: https://gcc.gnu.org/g:e2cbcd1b27c0da92bdcd96664064d3d0c1d44e6f commit r16-4961-ge2cbcd1b27c0da92bdcd96664064d3d0c1d44e6f Author: Tobias Burnus <[email protected]> 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.
