]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 14 Nov 2023 12:25:37 +0000 (12:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 14 Nov 2023 12:25:37 +0000 (12:25 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 6262a0704037d675454ec373d530202c12bf33fb..9d4c80878ad252a408378e475931d893e4725f7d 100644 (file)
@@ -1,3 +1,13 @@
+2023-11-10  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2023-11-10  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/112443
+       * config/i386/sse.md (*avx2_pcmp<mode>3_4): Fix swap condition
+       from LT to GT since there's not in the pattern.
+       (*avx2_pcmp<mode>3_5): Ditto.
+
 2023-11-06  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/pa/pa.cc (pa_asm_trampoline_template): Fix typo.
index 806ff075e3cc0676ae199191399f992bf0bf86ef..d08907ad1a7252a20e8af4e060f889f96ee663ba 100644 (file)
@@ -1 +1 @@
-20231110
+20231114
index 7fda5cb38ebd1d4e19e11b1be58a3603ca0d9cbf..91326895cb7a489c0ca0fb89f4f3ecb615328f52 100644 (file)
@@ -1,3 +1,10 @@
+2023-11-10  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2023-11-10  liuhongt  <hongtao.liu@intel.com>
+
+       * g++.target/i386/pr112443.C: New test.
+
 2023-10-29  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index d2db3b9b5117cf853e8d1eb372b431a19a78f0d2..83dc1c3fcc15d930c53cd1949b0885cc610ae51d 100644 (file)
@@ -1,3 +1,86 @@
+2023-11-13  Tom Tromey  <tromey@adacore.com>
+
+       Backported from master:
+       2023-10-04  Tom Tromey  <tromey@adacore.com>
+
+       * python/libstdcxx/v6/printers.py
+       (StdExpAnyPrinter.__init__): Qualify call to
+       _string_types.
+
+2023-11-13  Tom Tromey  <tromey@adacore.com>
+
+       Backported from master:
+       2023-10-04  Tom Tromey  <tromey@adacore.com>
+
+       * python/libstdcxx/v6/printers.py: Assume that
+       _versioned_namespace is non-None.
+       * python/libstdcxx/v6/xmethods.py (is_specialization_of):
+       Assume that _versioned_namespace is non-None.
+
+2023-11-13  Tom Tromey  <tromey@adacore.com>
+
+       Backported from master:
+       2023-09-28  Tom Tromey  <tromey@adacore.com>
+
+       * python/libstdcxx/v6/printers.py (Printer.add_version)
+       (add_one_template_type_printer)
+       (FilteringTypePrinter.add_one_type_printer): Use Python
+       "not in" operator.
+
+2023-11-13  Tom Tromey  <tromey@adacore.com>
+
+       Backported from master:
+       2023-10-04  Tom Tromey  <tromey@adacore.com>
+
+       * python/libstdcxx/v6/xmethods.py (_versioned_namespace):
+       Define.
+
+2023-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-09-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * python/libstdcxx/v6/xmethods.py (is_specialization_of): Define
+       new function.
+       (ArrayMethodsMatcher, DequeMethodsMatcher)
+       (ForwardListMethodsMatcher, ListMethodsMatcher)
+       (VectorMethodsMatcher, AssociativeContainerMethodsMatcher)
+       (UniquePtrGetWorker, UniquePtrMethodsMatcher)
+       (SharedPtrSubscriptWorker, SharedPtrMethodsMatcher): Use
+       is_specialization_of instead of re.match.
+
+2023-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-09-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * python/libstdcxx/v6/printers.py: Break long lines. Use raw
+       strings for regular expressions. Add whitespace around
+       operators.
+       (is_member_of_namespace): Use isinstance to check type.
+       (is_specialization_of): Likewise. Adjust template_name
+       for versioned namespace instead of duplicating the re.match
+       call.
+       (StdExpAnyPrinter._string_types): New static method.
+       (StdExpAnyPrinter.to_string): Use _string_types.
+
+2023-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-09-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * python/libstdcxx/v6/printers.py: Format docstrings according
+       to PEP 257.
+       * python/libstdcxx/v6/xmethods.py: Likewise.
+
+2023-11-13  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2023-09-12  Jonathan Wakely  <jwakely@redhat.com>
+
+       * python/libstdcxx/v6/printers.py: Reformat.
+       * python/libstdcxx/v6/xmethods.py: Likewise.
+
 2023-11-06  Ian Lance Taylor  <iant@golang.org>
 
        PR libbacktrace/111315