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

index 806ff075e3cc0676ae199191399f992bf0bf86ef..d08907ad1a7252a20e8af4e060f889f96ee663ba 100644 (file)
@@ -1 +1 @@
-20231110
+20231114
index f47e175310040b7142785c244ec72ecb9f977ca8..cae57456d95d8681e48a3cca6ca4c77f200fd807 100644 (file)
@@ -1,3 +1,18 @@
+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-10-04  Jonathan Wakely  <jwakely@redhat.com>
 
        * testsuite/20_util/integer_comparisons/greater_equal_neg.cc: