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-9649] Daily bump.
Date: Sun, 24 Mar 2024 00:17:10 +0000 (GMT)	[thread overview]
Message-ID: <20240324001711.65A783858D33@sourceware.org> (raw)

https://gcc.gnu.org/g:bb04a11418f54c4c062802d491ff2c3720b7313e

commit r14-9649-gbb04a11418f54c4c062802d491ff2c3720b7313e
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sun Mar 24 00:16:50 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 30 ++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/analyzer/ChangeLog  |  9 +++++++++
 gcc/m2/ChangeLog        | 13 +++++++++++++
 gcc/testsuite/ChangeLog | 27 +++++++++++++++++++++++++++
 libstdc++-v3/ChangeLog  | 20 ++++++++++++++++++++
 6 files changed, 100 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ec40a1f919c..e5f2943b764 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,33 @@
+2024-03-23  John David Anglin  <danglin@gcc.gnu.org>
+
+	* config/pa/pa.cc (pa_output_global_address): Handle
+	UNSPEC_DLTIND14R addresses.
+	* config/pa/pa.h (PRINT_OPERAND_ADDRESS): Output "RT'" for
+	UNSPEC_DLTIND14R address.
+
+2024-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/114433
+	* gimple-lower-bitint.cc (bitint_large_huge::handle_cast): For
+	m_bitfld_load check save_first rather than m_first.
+
+2024-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/114425
+	* gimple-lower-bitint.cc (build_bitint_stmt_ssa_conflicts): Handle
+	_Complex large/huge _BitInt types like the large/huge _BitInt types.
+
+2024-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+	PR middle-end/111683
+	* tree-predcom.cc (pcom_worker::suitable_component_p): If has_write
+	and comp_step is RS_NONZERO, return false if any reference in the
+	component doesn't have DR_STEP a multiple of access size.
+
+2024-03-23  Takayuki 'January June' Suwa  <jjsuwa_sys3175@yahoo.co.jp>
+
+	* config/xtensa/xtensa.md: Add new split pattern described above.
+
 2024-03-22  Georg-Johann Lay  <avr@gjlay.de>
 
 	* config/avr/avr.cc (avr_set_current_function): Adjust diagnostic
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 18f6e74bb9b..a8598e00bc5 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240323
+20240324
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index 1468d2a6dc2..20c0357d864 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -1,3 +1,12 @@
+2024-03-23  David Malcolm  <dmalcolm@redhat.com>
+
+	PR analyzer/114408
+	* engine.cc (impl_run_checkers): Free up any dominance info that
+	we may have created.
+	* kf.cc (class kf_ubsan_handler): New.
+	(register_sanitizer_builtins): New.
+	(register_known_functions): Call register_sanitizer_builtins.
+
 2024-03-22  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/112974
diff --git a/gcc/m2/ChangeLog b/gcc/m2/ChangeLog
index f0b0616d3d2..7934bcd7776 100644
--- a/gcc/m2/ChangeLog
+++ b/gcc/m2/ChangeLog
@@ -1,3 +1,16 @@
+2024-03-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/114444
+	* gm2-compiler/M2Quads.mod (BuildTruncFunction): Correct
+	error format specifier.
+	(BuildFloatFunction): Correct error format specifier.
+
+2024-03-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/114443
+	* m2.flex: Call AddTokCharStar with a stringtok if
+	end of line is reached without a closing quote.
+
 2024-03-22  Gaius Mulley  <gaiusmod2@gmail.com>
 
 	PR modula2/114422
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 31d82e7cda8..e7939febd1e 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,30 @@
+2024-03-23  Gaius Mulley  <gaiusmod2@gmail.com>
+
+	PR modula2/114443
+	* gm2/pim/fail/missingquote.mod: New test.
+
+2024-03-23  David Malcolm  <dmalcolm@redhat.com>
+
+	PR analyzer/114408
+	* c-c++-common/analyzer/deref-before-check-pr114408.c: New test.
+	* c-c++-common/ubsan/analyzer-ice-pr114408.c: New test.
+
+2024-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/114433
+	* gcc.dg/torture/bitint-68.c: New test.
+
+2024-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+	PR tree-optimization/114425
+	* gcc.dg/torture/bitint-67.c: New test.
+
+2024-03-23  Jakub Jelinek  <jakub@redhat.com>
+
+	PR middle-end/111683
+	* gcc.dg/pr111683-1.c: New test.
+	* gcc.dg/pr111683-2.c: New test.
+
 2024-03-22  Harald Anlauf  <anlauf@gmx.de>
 
 	PR fortran/55978
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 51fede8ddb1..8e3368d8065 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,23 @@
+2024-03-23  Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/std/format (formatter): Disable specializations that
+	would allow sequences of narrow characters to be formatted as
+	wchar_t without conversion, as per LWG 3944.
+	* testsuite/std/format/formatter/lwg3944.cc: New test.
+
+2024-03-23  Jonathan Wakely  <jwakely@redhat.com>
+
+	* include/bits/utility.h (__is_in_place_index_v): New variable
+	template.
+	* include/std/variant (__not_in_place_tag): Define in terms of
+	variable templates not a class template.
+
+2024-03-23  Jonathan Wakely  <jwakely@redhat.com>
+
+	PR libstdc++/114400
+	* include/std/string_view (operator==): Use std::type_identity_t
+	in C++20 instead of our own __type_identity_t.
+
 2024-03-22  Jonathan Wakely  <jwakely@redhat.com>
 
 	PR libstdc++/114401

                 reply	other threads:[~2024-03-24  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=20240324001711.65A783858D33@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).