]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog.omp bump devel/omp/gcc-15
authorThomas Schwinge <tschwinge@baylibre.com>
Tue, 22 Jul 2025 09:09:27 +0000 (11:09 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Tue, 22 Jul 2025 09:09:27 +0000 (11:09 +0200)
gcc/ChangeLog.omp
gcc/DATESTAMP.omp
gcc/testsuite/ChangeLog.omp
libgomp/ChangeLog.omp

index 69162ef6f9404b5914d2b1b43d652b88add5121a..4b23eb1cd1f8bdbcc3641c684ee797e5e33698bc 100644 (file)
@@ -1,3 +1,32 @@
+2025-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       Backported from master:
+       2025-05-12  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * config/nvptx/nvptx-sm.def: Add '61'.
+       * config/nvptx/nvptx-gen.h: Regenerate.
+       * config/nvptx/nvptx-gen.opt: Likewise.
+       * config/nvptx/nvptx.cc (first_ptx_version_supporting_sm): Adjust.
+       * config/nvptx/nvptx.opt (-march-map=sm_61, -march-map=sm_62):
+       Likewise.
+       * config.gcc: Likewise.
+       * doc/invoke.texi (Nvidia PTX Options): Document '-march=sm_61'.
+       * config/nvptx/gen-multilib-matches-tests: Extend.
+
+2025-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       Backported from master:
+       2025-05-12  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * config/nvptx/nvptx-opts.h (enum ptx_version): Add
+       'PTX_VERSION_5_0'.
+       * config/nvptx/nvptx.cc (ptx_version_to_string)
+       (ptx_version_to_number): Adjust.
+       * config/nvptx/nvptx.h (TARGET_PTX_5_0): New.
+       * config/nvptx/nvptx.opt (Enum(ptx_version)): Add 'EnumValue'
+       '5.0' for 'PTX_VERSION_5_0'.
+       * doc/invoke.texi (Nvidia PTX Options): Document '-mptx=5.0'.
+
 2025-06-17  Tobias Burnus  <tburnus@baylibre.com>
 
        Backported from master:
index 695297928f69f9d0d1320c4657653253c6132b82..7578d8939d61cb462c1a4670bfdd0bc4c280cf3c 100644 (file)
@@ -1 +1 @@
-20250703
+20250722
index a7ea0dbeb794bf1bedd28d070725975fec554c48..a67b8b77ea0d18d2959502d182d5d65d8cc32917 100644 (file)
@@ -1,3 +1,19 @@
+2025-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       Backported from master:
+       2025-05-12  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * gcc.target/nvptx/march-map=sm_61.c: Adjust.
+       * gcc.target/nvptx/march-map=sm_62.c: Likewise.
+       * gcc.target/nvptx/march=sm_61.c: New.
+
+2025-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       Backported from master:
+       2025-05-12  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * gcc.target/nvptx/mptx=5.0.c: New.
+
 2025-07-03  Thomas Schwinge  <tschwinge@baylibre.com>
 
        Backported from master:
index 689cfbf963d4ef75aa127f19a3f9d70d588102fe..73baf37deb7d910db375fb69c6f26eb775ee63c1 100644 (file)
@@ -1,3 +1,35 @@
+2025-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       Backported from master:
+       2025-07-17  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       PR target/119692
+       * testsuite/libgomp.c++/pr119692-1-4.C: '{ dg-timeout 10 { target offload_device } }'.
+       * 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-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       Backported from master:
+       2025-05-12  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * testsuite/libgomp.c/declare-variant-3-sm61.c: New.
+       * testsuite/libgomp.c/declare-variant-3.h: Adjust.
+
+2025-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       Backported from master:
+       2025-07-21  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       PR target/119853
+       PR target/119854
+       * testsuite/libgomp.c++/target-cdtor-1.C: Adjust for
+       'targetm.cxx.use_aeabi_atexit'.
+       * testsuite/libgomp.c++/target-cdtor-2.C: Likewise.
+
 2025-07-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: