https://gcc.gnu.org/g:d7450bc0725a9032e30fb111f21a143066be3784
commit d7450bc0725a9032e30fb111f21a143066be3784 Merge: b6cc32a175fe 10041f146132 Author: Thomas Schwinge <tschwi...@baylibre.com> Date: Tue Mar 25 09:16:05 2025 +0100 Merge commit '10041f146132993c328e3112e33e33c08f90ae06' into HEAD Diff: libgomp/ChangeLog.omp | 8 ++++++++ libgomp/plugin/plugin-nvptx.c | 18 ++++++++++++++++-- libgomp/target.c | 1 + 3 files changed, 25 insertions(+), 2 deletions(-) diff --cc libgomp/ChangeLog.omp index d8881985f2be,d0a2d53881dd..9cb3e08e8279 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@@ -1,21 -1,11 +1,29 @@@ +2025-03-25 Thomas Schwinge <tho...@codesourcery.com> + + Backported from trunk: + 2025-03-24 Thomas Schwinge <tschwi...@baylibre.com> + + PR libgomp/96835 + * testsuite/libgomp.c++/pr96835-1.C: New. + * testsuite/libgomp.c++/pr96835-1-O0.C: Likewise. + * testsuite/libgomp.oacc-c++/pr96835-1.C: Likewise. + + Backported from trunk: + 2025-03-24 Thomas Schwinge <tho...@codesourcery.com> + + PR target/101544 + * testsuite/libgomp.c++/pr101544-1.C: New. + * testsuite/libgomp.c++/pr101544-1-O0.C: Likewise. + * testsuite/libgomp.oacc-c++/pr101544-1.C: Likewise. + + 2025-03-24 Tobias Burnus <tbur...@baylibre.com> + + Backported from master: + 2025-03-24 Tobias Burnus <tbur...@baylibre.com> + + * plugin/plugin-nvptx.c (GOMP_OFFLOAD_interop): Set context for + stream creation to use the specified device. + 2025-03-21 Tobias Burnus <tbur...@baylibre.com> Backported from master: