]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Jan 2024 00:21:54 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Jan 2024 00:21:54 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 6821b7a2941f4c7a909164f8c3914a99112bf37c..a1358fee5305164daa65266b5f7a269bf05efb39 100644 (file)
@@ -1,3 +1,14 @@
+2024-01-11  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       Backported from master:
+       2023-12-20  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       PR tree-optimization/113012
+       * tree-object-size.cc (compute_builtin_object_size): Expand
+       comment for dynamic object sizes.
+       (collect_object_sizes_for): Always set COMPUTED bitmap for
+       dynamic object sizes.
+
 2024-01-09  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR rtl-optimization/113140
index f62216e5602f227bae81ba5b97f7a785bbca026a..8f71cba266de2fef734036631f6737cb1255aaeb 100644 (file)
@@ -1 +1 @@
-20240111
+20240112
index 45ea987d88de0b8a929f76207485994074b45769..0ce523e057cc898629edfd75158cca61b7165e9b 100644 (file)
@@ -1,3 +1,11 @@
+2024-01-11  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       Backported from master:
+       2023-12-20  Siddhesh Poyarekar  <siddhesh@gotplt.org>
+
+       PR tree-optimization/113012
+       * gcc.dg/ubsan/pr113012.c: New test case.
+
 2024-01-09  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gnat.dg/bip_prim_func2.adb: New test.
index 83181da7aad0c1e93b557afb9531d785beb4583a..a0897feaeb7a2d303b327697d2b160b3835dbe6f 100644 (file)
@@ -1,3 +1,44 @@
+2024-01-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/evolution.xml: Fix spelling.
+       * doc/html/manual/api.html: Regenerate.
+
+2024-01-11  François Dumont  <fdumont@gcc.gnu.org>
+
+       PR libstdc++/112477
+       * src/c++11/debug.cc
+       (_Safe_iterator_base::_M_attach): Reset _M_version to 0 if attaching to null
+       sequence.
+       (_Safe_iterator_base::_M_attach_single): Likewise.
+       (_Safe_local_iterator_base::_M_attach): Likewise.
+       (_Safe_local_iterator_base::_M_attach_single): Likewise.
+       * testsuite/23_containers/map/debug/112477.cc: New test case.
+
+2024-01-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-01-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/evolution.xml: Document addition of
+       libstdc++exp.a.
+       * doc/html/*: Regenerate.
+
+2024-01-11  Ken Matsui  <kmatsui@gcc.gnu.org>
+
+       Backported from master:
+       2024-01-11  Ken Matsui  <kmatsui@gcc.gnu.org>
+
+       PR libstdc++/113250
+       * src/c++17/fs_ops.cc (fs::equivalent): Use || instead of &&.
+       * src/filesystem/ops.cc (fs::equivalent): Likewise.
+       * testsuite/27_io/filesystem/operations/equivalent.cc: Handle
+       error codes.
+       * testsuite/experimental/filesystem/operations/equivalent.cc:
+       Likewise.
+
 2024-01-10  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: