]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 27 May 2025 00:26:29 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 27 May 2025 00:26:29 +0000 (00:26 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index dbf258be4a2bff01477c6633235ccceba5338905..ed9a6b1f3e646f0ded7bf9e7f36125a573dcb094 100644 (file)
@@ -1 +1 @@
-20250526
+20250527
index 59bc1796e29bd9d552e0abb451243a979900cf11..7f31e05c17ace83d9d22e6853233bee8dd294373 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-26  Tobias Burnus  <tburnus@baylibre.com>
+
+       Backported from master:
+       2025-05-26  Tobias Burnus  <tburnus@baylibre.com>
+
+       PR c++/120413
+       * semantics.cc (finish_omp_target_clauses_r): Handle
+       BIND_EXPR with empty BIND_EXPR_BLOCK.
+
 2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master:
index 750a1b904be9899959bf06c5883fb92e3bc243da..e3c1c2d828ad773c746b59eb629c1724170589b8 100644 (file)
@@ -1,3 +1,24 @@
+2025-05-26  Tobias Burnus  <tburnus@baylibre.com>
+
+       Backported from master:
+       2025-05-26  Tobias Burnus  <tburnus@baylibre.com>
+
+       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  <tburnus@baylibre.com>
+
+       Backported from master:
+       2025-05-26  Tobias Burnus  <tburnus@baylibre.com>
+
+       PR c++/120413
+       * g++.dg/gomp/target-4.C: New test.
+
 2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master:
index 6cef1ddaa2f83e75c0dac6267c3f87df6b29e48f..ef722698f6f633e356ce9d9a5dc43fa772fd94ed 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-26  Tobias Burnus  <tburnus@baylibre.com>
+
+       Backported from master:
+       2025-05-23  Tobias Burnus  <tburnus@baylibre.com>
+
+       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  <tburnus@baylibre.com>
 
        Backported from master: