public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: GCC Administrator <gccadmin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r13-2238] Daily bump.
Date: Sun, 28 Aug 2022 00:17:10 +0000 (GMT)	[thread overview]
Message-ID: <20220828001710.9BF9D385828A@sourceware.org> (raw)

https://gcc.gnu.org/g:6b226ef735f05264cdb51e3bc754d1b178108e3f

commit r13-2238-g6b226ef735f05264cdb51e3bc754d1b178108e3f
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Aug 28 00:16:28 2022 +0000

    Daily bump.

Diff:
---
 contrib/ChangeLog       |  5 +++++
 gcc/ChangeLog           |  4 ++++
 gcc/DATESTAMP           |  2 +-
 gcc/d/ChangeLog         | 11 +++++++++++
 gcc/testsuite/ChangeLog |  5 +++++
 libphobos/ChangeLog     | 11 +++++++++++
 libstdc++-v3/ChangeLog  |  4 ++++
 7 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 4ee88c5fb9d..007fad06431 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-27  Xi Ruoyao  <xry111@xry111.site>
+
+	* gen_autofdo_event.py: Port to Python 3, and use grep -E
+	instead of egrep.
+
 2022-08-26  Martin Liska  <mliska@suse.cz>
 
 	* config-list.mk: Remove cr16.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f2b8efbf5a4..65306b8934e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-27  Xi Ruoyao  <xry111@xry111.site>
+
+	* config/i386/gcc-auto-profile: Regenerate.
+
 2022-08-26  Aldy Hernandez  <aldyh@redhat.com>
 
 	* real.cc (real_iszero): New.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index bdd286f5e87..027f7dfa509 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220827
+20220828
diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog
index ebb63916b3c..eae3ac15cbd 100644
--- a/gcc/d/ChangeLog
+++ b/gcc/d/ChangeLog
@@ -1,3 +1,14 @@
+2022-08-27  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+	* dmd/MERGE: Merge upstream dmd 817610b16d.
+	* d-ctfloat.cc (CTFloat::parse): Update for new front-end interface.
+	* d-lang.cc (d_parse_file): Likewise.
+	* expr.cc (ExprVisitor::visit (AssignExp *)): Remove handling of array
+	assignments to non-trivial static and dynamic arrays.
+	* runtime.def (ARRAYASSIGN): Remove.
+	(ARRAYASSIGN_L): Remove.
+	(ARRAYASSIGN_R): Remove.
+
 2022-08-16  Iain Buclaw  <ibuclaw@gdcproject.org>
 
 	PR d/106638
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 0f77e5c3903..43596e49a00 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2022-08-27  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/106737
+	* gcc.dg/autopar/pr106737.c: Require fgraphite effective target.
+
 2022-08-26  Marek Polacek  <polacek@redhat.com>
 
 	PR c++/81159
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index bf1c632a11c..88660f6f706 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,14 @@
+2022-08-27  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+	* libdruntime/MERGE: Merge upstream druntime 817610b16d.
+	* libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add
+	core/internal/array/arrayassign.d.
+	* libdruntime/Makefile.in: Regenerate.
+	* src/MERGE: Merge upstream phobos b578dfad9.
+	* src/Makefile.am (PHOBOS_DSOURCES): Remove
+	std/experimental/typecons.d. Add std/logger package.
+	* src/Makefile.in: Regenerate.
+
 2022-08-03  Iain Buclaw  <ibuclaw@gdcproject.org>
 
 	* configure: Regenerate.
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 4ef62420926..ba5939d9003 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-27  Patrick Palka  <ppalka@redhat.com>
+
+	* testsuite/20_util/logical_traits/requirements/base_classes.cc: New test.
+
 2022-08-26  Patrick Palka  <ppalka@redhat.com>
 
 	* include/std/ranges (zip_view::_Iterator::operator<): Remove

                 reply	other threads:[~2022-08-28  0:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220828001710.9BF9D385828A@sourceware.org \
    --to=gccadmin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).