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, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r14-9089] Daily bump.
Date: Wed, 21 Feb 2024 00:17:50 +0000 (GMT)	[thread overview]
Message-ID: <20240221001750.CF5B73858D3C@sourceware.org> (raw)

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

commit r14-9089-gb4c88cc717e5ccedca34cabe62e1e8903cad9d5f
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Wed Feb 21 00:17:26 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 41 +++++++++++++++++++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   |  8 ++++++++
 gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++++
 libcpp/po/ChangeLog     |  4 ++++
 libgcc/ChangeLog        |  5 +++++
 libstdc++-v3/ChangeLog  |  5 +++++
 7 files changed, 90 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9b7af8f4fff1..9fe70cb7e490 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,44 @@
+2024-02-20  Georg-Johann Lay  <avr@gjlay.de>
+
+	* config/avr/builtins.def: Use function prototypes of given size
+	and signedness.
+	* config/avr/avr.cc (avr_init_builtins): Adjust types required
+	by builtins.def.
+	* doc/extend.texi (AVR Built-in Functions): Adjust accordingly.
+
+2024-02-20  Georg-Johann Lay  <avr@gjlay.de>
+
+	* doc/extend.texi (AVR Built-in Functions): Use @defbuiltin
+	instead of @table.
+
+2024-02-20  Will Hawkins  <hawkinsw@obs.cr>
+
+	* config/bpf/bpf.opt: Add help information for -mcpu.
+
+2024-02-20  Richard Sandiford  <richard.sandiford@arm.com>
+
+	PR target/113805
+	* config/aarch64/aarch64-passes.def (pass_late_track_speculation):
+	New pass.
+	* config/aarch64/aarch64-protos.h (make_pass_late_track_speculation):
+	Declare.
+	* config/aarch64/aarch64.md (is_call): New attribute.
+	(*and<mode>3nr_compare0): Rename to...
+	(@aarch64_and<mode>3nr_compare0): ...this.
+	* config/aarch64/aarch64-sme.md (aarch64_get_sme_state)
+	(aarch64_tpidr2_save, aarch64_tpidr2_restore): Add is_call attributes.
+	* config/aarch64/aarch64-speculation.cc: Update file comment to
+	describe the new late pass.
+	(aarch64_do_track_speculation): Handle is_call insns like other calls.
+	(pass_track_speculation): Add an is_late member variable.
+	(pass_track_speculation::gate): Run the late pass for streaming-
+	compatible functions and the early pass for other functions.
+	(make_pass_track_speculation): Update accordingly.
+	(make_pass_late_track_speculation): New function.
+	* config/aarch64/aarch64.cc (aarch64_gen_test_and_branch): New
+	function.
+	(aarch64_guard_switch_pstate_sm): Use it.
+
 2024-02-19  Iain Sandoe  <iain@sandoe.co.uk>
 
 	* config/aarch64/aarch64-builtins.cc (aarch64_init_rng_builtins):
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 32129b838adb..6f470e71ab94 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240220
+20240221
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 9e84f0d45160..f86cbe3e4c42 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+2024-02-20  Peter Hill  <peter.hill@york.ac.uk>
+
+	PR fortran/105658
+	* trans-expr.cc (gfc_conv_intrinsic_to_class): When passing an
+	array component reference of intrinsic type to a procedure
+	with an unlimited polymorphic dummy argument, a temporary
+	should be created.
+
 2024-02-17  Jakub Jelinek  <jakub@redhat.com>
 
 	PR fortran/113503
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 385b929d1f4d..c9c2db7b67f5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,29 @@
+2024-02-20  Peter Hill  <peter.hill@york.ac.uk>
+
+	PR fortran/105658
+	* gfortran.dg/PR105658.f90: New test.
+
+2024-02-20  Peter Bergner  <bergner@linux.ibm.com>
+
+	PR target/112103
+	* gcc.target/powerpc/rlwinm-0.c: Adjust expected instruction counts.
+
+2024-02-20  Richard Sandiford  <richard.sandiford@arm.com>
+
+	PR target/113805
+	* gcc.target/aarch64/sme/call_sm_switch_11.c: New test.
+
+2024-02-20  Jakub Jelinek  <jakub@redhat.com>
+
+	PR analyzer/113983
+	* gcc.dg/analyzer/torture/vector-extract-1.c: Add -Wno-psabi as
+	dg-additional-options.
+
+2024-02-20  liuhongt  <hongtao.liu@intel.com>
+
+	PR target/113711
+	* gcc.target/i386/apx-ndd-x32-1.c: Adjust testcase.
+
 2024-02-19  David Malcolm  <dmalcolm@redhat.com>
 
 	PR analyzer/111289
diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog
index 913b0d07455d..1e0175dcb202 100644
--- a/libcpp/po/ChangeLog
+++ b/libcpp/po/ChangeLog
@@ -1,3 +1,7 @@
+2024-02-20  Joseph Myers  <josmyers@redhat.com>
+
+	* sv.po: Update.
+
 2024-02-19  Joseph Myers  <josmyers@redhat.com>
 
 	* es.po: Update.
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 061929b4dcb8..dab82198daa2 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-20  Iain Sandoe  <iain@sandoe.co.uk>
+
+	PR target/113971
+	* config/aarch64/heap-trampoline.c: Allow all linux variants.
+
 2024-02-16  Matteo Italia  <matteo@mitalia.net>
 
 	PR libgcc/113850
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index d21bffc0e38f..f4648b2f0028 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-20  François Dumont  <fdumont@gcc.gnu.org>
+
+	* include/bits/stl_algobase.h (std::__niter_wrap): Add a call to
+	std::__niter_base on res iterator.
+
 2024-02-19  Iain Sandoe  <iain@sandoe.co.uk>
 	    Jonathan Wakely  <jwakely@redhat.com>

                 reply	other threads:[~2024-02-21  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=20240221001750.CF5B73858D3C@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).