]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 10 Feb 2024 00:21:51 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 10 Feb 2024 00:21:51 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 9622c04647db2b53d0d5544792b69dfa8c4a5d2b..ab010dc453226b6de33461b6cb549e9c894642a4 100644 (file)
@@ -1 +1 @@
-20240209
+20240210
index d3190e08bb4cc95e8bf75cd7e242cdb1451994ee..3efb57800a9ce10287cf2907d1ff981365974966 100644 (file)
@@ -1,3 +1,21 @@
+2024-02-09  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2023-11-29  Alexandre Oliva  <oliva@adacore.com>
+
+       * decl.cc (maybe_prepare_return_this): Split out of...
+       (maybe_return_this): ... this.
+       * cp-tree.h (maybe_prepare_return_this): Declare.
+       * class.cc (build_clone): Call it.
+
+2024-02-09  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2023-11-29  Alexandre Oliva  <oliva@adacore.com>
+
+       * contracts.cc (check_postcondition_result): Cope with
+       cdtor_return_this.
+
 2024-02-06  Jason Merrill  <jason@redhat.com>
 
        Backported from master:
index d8fc1dd25e4f8905c11d9adafec051d45a9effdf..7517afde195db6f7d61b70a68d8373e27073036d 100644 (file)
@@ -1,3 +1,26 @@
+2024-02-09  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2023-11-29  Alexandre Oliva  <oliva@adacore.com>
+
+       * g++.dg/warn/Wuse-after-free3.C: xfail on arm_eabi.
+
+2024-02-09  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2023-05-25  Alexandre Oliva  <oliva@adacore.com>
+
+       * gcc.dg/vect/tsvc/tsvc.h: Test for and conditionally include
+       malloc.h and sys/time.h.
+
+2024-02-09  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+       Backported from master:
+       2024-02-09  Torbjörn SVENSSON  <torbjorn.svensson@foss.st.com>
+
+       * gcc.misc-tests/options.exp: Allow other options before the
+       -quite option for cc1.
+
 2024-02-07  Andrew Pinski  <quic_apinski@quicinc.com>
 
        Backported from master:
index 84e11702a9b49b2c5456b73c3bc5f84177ef2c31..9728a34e1548e3e877af1f6c1a268c169685bc2d 100644 (file)
@@ -1,3 +1,25 @@
+2024-02-09  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/112467
+       * include/bits/stl_bvector.h (_M_assume_normalized): Do not use
+       statement form of assume attribute for Clang.
+
+2024-02-09  Alexandre Oliva  <oliva@adacore.com>
+
+       Backported from master:
+       2023-11-09  Alexandre Oliva  <oliva@adacore.com>
+
+       PR libstdc++/110807
+       * include/bits/stl_bvector.h (_Bit_iterator_base): Add
+       _M_assume_normalized member function.  Call it in _M_bump_up,
+       _M_bump_down, _M_incr, operator==, operator<=>, operator<, and
+       operator-.
+       (_Bit_iterator): Also call it in operator*.
+       (_Bit_const_iterator): Likewise.
+
 2024-02-08  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: