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 r14-8313] Daily bump.
Date: Sun, 21 Jan 2024 00:18:20 +0000 (GMT)	[thread overview]
Message-ID: <20240121001820.507793858D33@sourceware.org> (raw)

https://gcc.gnu.org/g:11a5f26c4e4066a8c50378c8d5558f4033bb1518

commit r14-8313-g11a5f26c4e4066a8c50378c8d5558f4033bb1518
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Jan 21 00:17:42 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 32 ++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   |  6 ++++++
 gcc/testsuite/ChangeLog | 37 +++++++++++++++++++++++++++++++++++++
 libgomp/ChangeLog       | 10 ++++++++++
 libstdc++-v3/ChangeLog  |  6 ++++++
 6 files changed, 92 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e0ec0bc1276..58dcebebf11 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,35 @@
+2024-01-20  Sandra Loosemore  <sandra@codesourcery.com>
+
+	PR c/102998
+	* doc/invoke.texi (Option Summary): Add -Warray-parameter.
+	(Warning Options): Correct/edit discussion of -Warray-parameter
+	to make the first example less confusing, and fill in missing info.
+
+2024-01-20  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/113462
+	* gimple-lower-bitint.cc (bitint_large_huge::handle_cast):
+	Handle rhs1 INTEGER_CST like SSA_NAME.
+
+2024-01-20  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/113491
+	* tree-switch-conversion.cc (switch_conversion::build_constructors):
+	If elt.index has precision higher than sizetype, fold_convert it to
+	sizetype.
+	(switch_conversion::array_value_type): Return type if type is
+	BITINT_TYPE with precision above MAX_FIXED_MODE_SIZE or with BLKmode.
+	(switch_conversion::build_arrays): Use unsigned_type_for rather than
+	lang_hooks.types.type_for_mode if utype is BITINT_TYPE with precision
+	above MAX_FIXED_MODE_SIZE or with BLKmode.  If utype has precision
+	higher than sizetype, use sizetype as tidx type and fold_convert the
+	subtraction to sizetype.
+
+2024-01-20  Juzhe-Zhong  <juzhe.zhong@rivai.ai>
+
+	* config/riscv/riscv.cc (riscv_init_cumulative_args): Suppress warning.
+	(riscv_vector_mode_supported_any_target_p): Ditto.
+
 2024-01-19  Mikael Pettersson  <mikpelinux@gmail.com>
 
 	PR target/110934
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index be167df3a47..fefaa8acc32 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240120
+20240121
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index f08b315db57..17c7a0e0277 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-20  Mikael Morin  <mikael@gcc.gnu.org>
+
+	PR fortran/48776
+	PR fortran/111291
+	* parse.cc: Restore current interface to its previous value on error.
+
 2024-01-19  Harald Anlauf  <anlauf@gmx.de>
 
 	PR fortran/113471
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 23321f0e0d7..bba064a1f29 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,40 @@
+2024-01-20  John David Anglin  <danglin@gcc.gnu.org>
+
+	* gcc.dg/ipa/iinline-4.c: Remove dg-final xfail for
+	32-bit hppa*-*-*.
+	* gcc.dg/ipa/inline-5.c: Likewise.
+	* gcc.dg/ipa/ipcp-cstagg-7.c: Likewise.
+	* gcc.dg/tree-ssa/vector-4.c: Likewise.
+
+2024-01-20  John David Anglin  <danglin@gcc.gnu.org>
+
+	* gcc.dg/tree-ssa/slsr-13.c: xfail scan-tree-dump-times
+	checks on hppa*64*-*-*.
+
+2024-01-20  John David Anglin  <danglin@gcc.gnu.org>
+
+	* gcc.dg/torture/pr110422.c: Require target lra.
+
+2024-01-20  Marek Polacek  <polacek@redhat.com>
+
+	PR c++/111410
+	* g++.dg/warn/Wdangling-reference17.C: New test.
+
+2024-01-20  Andrew Pinski  <quic_apinski@quicinc.com>
+
+	PR ipa/110705
+	* gcc.c-torture/compile/pr110705-1.c: New test.
+
+2024-01-20  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/113462
+	* gcc.dg/bitint-76.c: New test.
+
+2024-01-20  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/113491
+	* gcc.dg/torture/bitint-51.c: New test.
+
 2024-01-19  Mikael Pettersson  <mikpelinux@gmail.com>
 
 	PR target/110934
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 425b227eaba..7b7f7e9bf52 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,13 @@
+2024-01-20  John David Anglin  <danglin@gcc.gnu.org>
+
+	* testsuite/libgomp.fortran/alloc-comp-3.f90: Increase
+	timeout by 2 on hppa*-*-*.
+
+2024-01-20  John David Anglin  <danglin@gcc.gnu.org>
+
+	* testsuite/libgomp.c/simd-math-1.c: Don't run on
+	hppa*-*-hpux*.
+
 2024-01-17  Jakub Jelinek  <jakub@redhat.com>
 
 	PR middle-end/113409
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8f9e418008c..49cf85a14f1 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2024-01-20  Marek Polacek  <polacek@redhat.com>
+
+	PR c++/111410
+	* include/std/ranges: Add #pragma to disable -Wdangling-reference with
+	std::ranges::views::__adaptor::operator|.
+
 2024-01-19  Jonathan Wakely  <jwakely@redhat.com>
 
 	* include/std/format (_Spec::_M_parse_fill_and_align): Do not

                 reply	other threads:[~2024-01-21  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=20240121001820.507793858D33@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).