https://gcc.gnu.org/g:156cc1c66bc15e70e499bce32f93ef2e11697827
commit r15-9732-g156cc1c66bc15e70e499bce32f93ef2e11697827 Author: GCC Administrator <[email protected]> Date: Tue May 27 00:26:29 2025 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 21 +++++++++++++++++++++ libgomp/ChangeLog | 9 +++++++++ 4 files changed, 40 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index dbf258be4a2b..ed9a6b1f3e64 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250526 +20250527 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 59bc1796e29b..7f31e05c17ac 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,12 @@ +2025-05-26 Tobias Burnus <[email protected]> + + Backported from master: + 2025-05-26 Tobias Burnus <[email protected]> + + PR c++/120413 + * semantics.cc (finish_omp_target_clauses_r): Handle + BIND_EXPR with empty BIND_EXPR_BLOCK. + 2025-05-23 Nathaniel Shead <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 750a1b904be9..e3c1c2d828ad 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,24 @@ +2025-05-26 Tobias Burnus <[email protected]> + + Backported from master: + 2025-05-26 Tobias Burnus <[email protected]> + + PR middle-end/118694 + * c-c++-common/gomp/attrs-metadirective-3.c: Change to never + expect 'omp metadirective' in the dump. If !offload_nvptx, check + that no 'teams' shows up in the dump; for offload_nvptx, expect + OMP_NEXT_VARIANT and an error about directive between 'target' + and 'teams'. + * c-c++-common/gomp/metadirective-3.c: Likewise. + +2025-05-26 Tobias Burnus <[email protected]> + + Backported from master: + 2025-05-26 Tobias Burnus <[email protected]> + + PR c++/120413 + * g++.dg/gomp/target-4.C: New test. + 2025-05-23 Nathaniel Shead <[email protected]> Backported from master: diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 6cef1ddaa2f8..ef722698f6f6 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,12 @@ +2025-05-26 Tobias Burnus <[email protected]> + + Backported from master: + 2025-05-23 Tobias Burnus <[email protected]> + + PR middle-end/118694 + * testsuite/libgomp.c-c++-common/metadirective-1.c: xfail when + compiling (also) for nvptx offloading as an error is then expected. + 2025-05-19 Tobias Burnus <[email protected]> Backported from master:
