From 16bab8222647d9d24be7e07079494eeb721ab8b9 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Tue, 14 Nov 2023 12:24:57 +0000 Subject: [PATCH] Daily bump. --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 806ff075e3cc..d08907ad1a72 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20231110 +20231114 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f47e17531004..cae57456d95d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,18 @@ +2023-11-13 Jonathan Wakely + + Backported from master: + 2023-09-28 Jonathan Wakely + + * 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 * testsuite/20_util/integer_comparisons/greater_equal_neg.cc: -- 2.47.2