public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: GCC Administrator <gccadmin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-4763] Daily bump.
Date: Sun, 18 Dec 2022 00:18:08 +0000 (GMT)	[thread overview]
Message-ID: <20221218001808.98DA738EEBCC@sourceware.org> (raw)

https://gcc.gnu.org/g:92bc3617572dd1f0ab22729b3c54a263668dbf52

commit r13-4763-g92bc3617572dd1f0ab22729b3c54a263668dbf52
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Dec 18 00:16:57 2022 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  5 +++++
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        |  7 +++++++
 gcc/testsuite/ChangeLog |  7 +++++++
 libbacktrace/ChangeLog  | 14 ++++++++++++++
 5 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a4c26b4394d..9276dc61594 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-17  Segher Boessenkool  <segher@kernel.crashing.org>
+
+	* config/rs6000/rs6000-logue.cc (rs6000_output_function_epilogue):
+	Handle GNU Rust for the tbtab lang field.
+
 2022-12-16  John David Anglin  <danglin@gcc.gnu.org>
 
 	* config/pa/pa.cc (pa_option_override): Disable -fstack-protector.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index ee0b6666b54..8b45390a1dd 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20221217
+20221218
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d52b03fcf59..7c0eb7ed733 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-17  Patrick Palka  <ppalka@redhat.com>
+
+	PR c++/107437
+	PR c++/87765
+	* pt.cc (convert_nontype_argument): Relax is_nondep_const_expr
+	test to !inst_dep_expr_p.
+
 2022-12-16  Andrew Pinski  <pinskia@gmail.com>
 	    Iain Sandoe  <iain@sandoe.co.uk>
 
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 24c4756a31f..d4a6e900f02 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2022-12-17  Patrick Palka  <ppalka@redhat.com>
+
+	PR c++/107437
+	PR c++/87765
+	* g++.dg/cpp1y/lambda-generic-107437.C: New test.
+	* g++.dg/cpp1z/constexpr-lambda26.C: Remove dg-ice.
+
 2022-12-16  John David Anglin  <danglin@gcc.gnu.org>
 
 	* lib/target-supports.exp (check_effective_target_static): Return 0
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index cbfe70958e3..7c9fd7b8072 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,17 @@
+2022-12-17  Ian Lance Taylor  <iant@golang.org>
+
+	* elf.c (elf_fetch_backward_init): New static function.
+	(ZSTD_TABLE_SIZE): Use huffman scratch space size rather than
+	literal size.
+	(ZSTD_TABLE_WORK_LIT_SIZE): Don't define.
+	(elf_zstd_read_huff): Use elf_fetch_backward_init.
+	(elf_zstd_read_literals): New static function.
+	(ZSTD_LIT_RAW, ZSTD_LIT_RLE, ZSTD_LIT_HUFF): Don't define.
+	(struct elf_zstd_literals): Don't define.
+	(elf_zstd_literal_output): Remove static function.
+	(elf_zstd_decompress): Use elf_fetch_backward_init and
+	elf_zstd_read_literals.  Rewrite literal copying.<
+
 2022-12-10  Ian Lance Taylor  <iant@golang.org>
 
 	* elf.c (ZSTD_TABLE_*): Use elf_zstd_fse_baseline_entry.

                 reply	other threads:[~2022-12-18  0:18 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=20221218001808.98DA738EEBCC@sourceware.org \
    --to=gccadmin@gcc.gnu.org \
    --cc=gcc-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).