]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 16 Nov 2023 00:19:41 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 16 Nov 2023 00:19:41 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 9d4c80878ad252a408378e475931d893e4725f7d..21628958430a6b0015494574b6b64fba278a1d01 100644 (file)
@@ -1,3 +1,15 @@
+2023-11-15  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-11-06  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111828
+       * config.in: Regenerate.
+       * config/rs6000/rs6000.cc (rs6000_update_ipa_fn_target_info): Guard
+       inline asm handling under !HAVE_AS_POWER10_HTM.
+       * configure: Regenerate.
+       * configure.ac: Detect assembler support for HTM insns at power10.
+
 2023-11-10  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master:
index 697a5fceddd17ea06ae8b64b6e9eb73446e34517..7c322b01344ce26350f3ecb0cf0cb88404bc4ceb 100644 (file)
@@ -1 +1 @@
-20231115
+20231116
index 91326895cb7a489c0ca0fb89f4f3ecb615328f52..038768851247a0c628b413fccc500f82ef333337 100644 (file)
@@ -1,3 +1,14 @@
+2023-11-15  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2023-11-06  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/111828
+       * lib/target-supports.exp
+       (check_effective_target_powerpc_as_p10_htm): New proc.
+       * g++.target/powerpc/pr111828-1.C: New test.
+       * g++.target/powerpc/pr111828-2.C: New test.
+
 2023-11-10  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master:
index 6fd15099c9ff7af42d654abb86ae62779a84640e..fea3725c8ff59849b6254fc09416bbd9cb0c0bff 100644 (file)
@@ -1,3 +1,24 @@
+2023-11-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/112491
+       * python/libstdcxx/v6/xmethods.py (DequeWorkerBase.index):
+       Correctly handle unused capacity at the start of the first node.
+       * testsuite/libstdc++-xmethods/deque.cc: Check index operator
+       when elements have been removed from the front.
+
+2023-11-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-11-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/stacktrace (basic_stacktrace::at): Fix class name
+       in exception message.
+       * testsuite/19_diagnostics/stacktrace/hash.cc: Do not fail if
+       current() returns a non-empty stacktrace.
+
 2023-11-14  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: