public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-9976] Daily bump.
@ 2023-11-14 12:25 GCC Administrator
0 siblings, 0 replies; only message in thread
From: GCC Administrator @ 2023-11-14 12:25 UTC (permalink / raw)
To: gcc-cvs, libstdc++-cvs
https://gcc.gnu.org/g:a9ae1c53c0f2172ed691503afc413676bc6cf7df
commit r12-9976-ga9ae1c53c0f2172ed691503afc413676bc6cf7df
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Tue Nov 14 12:25:37 2023 +0000
Daily bump.
Diff:
---
gcc/ChangeLog | 10 ++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 7 +++++
libstdc++-v3/ChangeLog | 83 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 101 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6262a070403..9d4c80878ad 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 806ff075e3c..d08907ad1a7 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20231110
+20231114
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 7fda5cb38eb..91326895cb7 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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:
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d2db3b9b511..83dc1c3fcc1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-14 12:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 12:25 [gcc r12-9976] Daily bump GCC Administrator
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).