https://gcc.gnu.org/g:e841798c07dc20df9fca82c7093d42576342632e
commit e841798c07dc20df9fca82c7093d42576342632e Author: Thomas Schwinge <tschwi...@baylibre.com> Date: Thu May 22 18:15:14 2025 +0200 ChangeLog.omp bump Diff: --- gcc/ChangeLog.omp | 13 +++++++++++++ gcc/testsuite/ChangeLog.omp | 9 +++++++++ libgomp/ChangeLog.omp | 30 ++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp index d522b49914cf..eaeb97f7f2ee 100644 --- a/gcc/ChangeLog.omp +++ b/gcc/ChangeLog.omp @@ -1,3 +1,16 @@ +2025-05-22 Thomas Schwinge <tschwi...@baylibre.com> + + Backported from master: + 2025-05-19 Thomas Schwinge <tschwi...@baylibre.com> + + PR lto/120308 + * lto-streamer-out.cc (hash_tree): Don't handle 'TYPE_EMPTY_P' for + 'lto_stream_offload_p'. + * tree-streamer-in.cc (unpack_ts_type_common_value_fields): + Likewise. + * tree-streamer-out.cc (pack_ts_type_common_value_fields): + Likewise. + 2025-05-15 Sandra Loosemore <sloosem...@baylibre.com> Tobias Burnus <tbur...@baylibre.com> diff --git a/gcc/testsuite/ChangeLog.omp b/gcc/testsuite/ChangeLog.omp index a2bb7f052bf1..621a45de7643 100644 --- a/gcc/testsuite/ChangeLog.omp +++ b/gcc/testsuite/ChangeLog.omp @@ -1,3 +1,12 @@ +2025-05-22 Thomas Schwinge <tschwi...@baylibre.com> + + Backported from master: + 2025-05-19 Thomas Schwinge <tschwi...@baylibre.com> + + PR lto/120308 + * gcc.target/nvptx/abi-struct-arg.c: Add empty structure testing. + * gcc.target/nvptx/abi-struct-ret.c: Likewise. + 2025-05-15 Sandra Loosemore <sloosem...@baylibre.com> Tobias Burnus <tbur...@baylibre.com> diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 9823e5833a1f..8ee1287d2be6 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,33 @@ +2025-05-22 Thomas Schwinge <tschwi...@baylibre.com> + + Backported from master: + 2025-05-19 Thomas Schwinge <tschwi...@baylibre.com> + + PR lto/120308 + * testsuite/libgomp.oacc-c-c++-common/abi-struct-1.c: Add empty + structure testing. + +2025-05-22 Thomas Schwinge <tschwi...@baylibre.com> + + Backported from master: + 2025-05-19 Thomas Schwinge <tschwi...@baylibre.com> + + * testsuite/libgomp.c-c++-common/target-abi-struct-1-O0.c: New. + * testsuite/libgomp.oacc-c-c++-common/abi-struct-1.c: Likewise. + +2025-05-22 Thomas Schwinge <tschwi...@baylibre.com> + + Backported from master: + 2025-05-12 Thomas Schwinge <tschwi...@baylibre.com> + + PR target/119692 + * testsuite/libgomp.c++/pr119692-1-4.C: '{ dg-timeout 10 }'. + * testsuite/libgomp.c++/pr119692-1-5.C: Likewise. + * testsuite/libgomp.c++/target-exceptions-bad_cast-1.C: Likewise. + * testsuite/libgomp.c++/target-exceptions-bad_cast-2.C: Likewise. + * testsuite/libgomp.oacc-c++/exceptions-bad_cast-1.C: Likewise. + * testsuite/libgomp.oacc-c++/exceptions-bad_cast-2.C: Likewise. + 2025-05-16 Tobias Burnus <tbur...@baylibre.com> Backported from master: