From: GCC Administrator Date: Tue, 14 Nov 2023 12:24:57 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-11.5.0~487 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bab8222647d9d24be7e07079494eeb721ab8b9;p=thirdparty%2Fgcc.git Daily bump. --- 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: