]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Jun 2025 00:24:04 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 6 Jun 2025 00:24:04 +0000 (00:24 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index adde1e3b090552dc7330a1f7190d50353ee243f9..de534a66c310bd67778bba3f94bf1d3ffecb699d 100644 (file)
@@ -1,3 +1,8 @@
+2025-06-05  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * tree-vect-data-refs.cc (vect_can_force_dr_alignment_p): Return
+       false if the variable has no symtab node.
+
 2025-05-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 520e78d76964d929312cd3b25e428208a1fe7061..c6de4e3499887bbe46a9dc9a441da526c08485ff 100644 (file)
@@ -1 +1 @@
-20250605
+20250606
index d5ee8b038d9a48037a021f77a3803a4a7a9f3e11..89e6da052e2655b80b97b773f33504db34e65de1 100644 (file)
@@ -1,3 +1,9 @@
+2025-06-05  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gnat.dg/specs/opt7.ads: New test.
+       * gnat.dg/specs/opt7_pkg.ads: New helper.
+       * gnat.dg/specs/opt7_pkg.adb: Likewise.
+
 2025-06-02  Jason Merrill  <jason@redhat.com>
 
        PR c++/120123
index 9a126107f5e6b2a66f4cb41a0797093917434c4c..c4bf363c6958855b6596f2c09895d31799e5d1a0 100644 (file)
@@ -1,3 +1,18 @@
+2025-06-05  Giuseppe D'Angelo  <giuseppe.dangelo@kdab.com>
+
+       Backported from master:
+       2025-03-14  Giuseppe D'Angelo  <giuseppe.dangelo@kdab.com>
+
+       * include/bits/shared_ptr_base.h (lock): Fixed a compile error
+       when calling lock() on a weak_ptr<T[]>, by removing an
+       erroneous usage of element_type from within lock().
+       * testsuite/20_util/shared_ptr/requirements/explicit_instantiation/1.cc:
+       Add more tests for array types.
+       * testsuite/20_util/weak_ptr/requirements/explicit_instantiation/1.cc:
+       Likewise.
+       * testsuite/20_util/shared_ptr/requirements/1.cc: New test.
+       * testsuite/20_util/weak_ptr/requirements/1.cc: New test.
+
 2025-05-23  Release Manager
 
        * GCC 14.3.0 released.