https://gcc.gnu.org/g:69576bc01cae24c150f1978a1b2f0fd8478fbf79

commit r14-10009-g69576bc01cae24c150f1978a1b2f0fd8478fbf79
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Thu Apr 18 00:17:43 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           | 24 ++++++++++++++++++++++++
 gcc/DATESTAMP           |  2 +-
 gcc/testsuite/ChangeLog | 11 +++++++++++
 libcpp/ChangeLog        |  6 ++++++
 libstdc++-v3/ChangeLog  | 19 +++++++++++++++++++
 5 files changed, 61 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 76ebf091fa4..cb20a29685c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,27 @@
+2024-04-17  Jakub Jelinek  <ja...@redhat.com>
+
+       PR other/114738
+       * opts.cc (get_option_url): On release branches append
+       gcc-MAJOR.MINOR.0/ after DOCUMENTATION_ROOT_URL.
+       * gcc-urlifier.cc (gcc_urlifier::make_doc_url): Likewise.
+
+2024-04-17  Richard Biener  <rguent...@suse.de>
+
+       PR tree-optimization/114749
+       * tree-vect-loop.cc (vect_analyze_loop_2): Reset
+       LOOP_VINFO_USING_PARTIAL_VECTORS_P when re-trying without SLP.
+
+2024-04-17  Georg-Johann Lay  <a...@gjlay.de>
+
+       PR target/114752
+       * config/avr/avr.cc (avr_print_operand) [CONST_DOUBLE_P]: Handle DFmode.
+
+2024-04-17  Jakub Jelinek  <ja...@redhat.com>
+
+       PR sanitizer/114743
+       * asan.cc (maybe_instrument_call): Don't instrument calls to
+       .ABNORMAL_DISPATCHER.
+
 2024-04-16  Andrew Pinski  <quic_apin...@quicinc.com>
 
        PR c/92880
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 02796385530..ee86d6c39bf 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240417
+20240418
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 2442b0ce417..1a8f57b87c1 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,14 @@
+2024-04-17  Thomas Schwinge  <tschwi...@baylibre.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_long_long):
+       Enable for GCN.
+
+2024-04-17  Jakub Jelinek  <ja...@redhat.com>
+
+       PR sanitizer/114743
+       * gcc.dg/asan/pr112709-2.c (freddy): New function from
+       gcc.dg/ubsan/pr112709-2.c version of the test.
+
 2024-04-16  Gaius Mulley  <gaiusm...@gmail.com>
 
        PR modula2/114745
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 879a5737860..eac81c0e4d5 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -1,3 +1,9 @@
+2024-04-17  Christophe Lyon  <christophe.l...@linaro.org>
+
+       PR preprocessor/114748
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
 2024-03-14  Lewis Hyatt  <lhy...@gmail.com>
 
        PR preprocessor/110558
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0e456421a35..507ae521983 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,22 @@
+2024-04-17  Jonathan Wakely  <jwak...@redhat.com>
+
+       * include/std/ostream (println(ostream&)): Define new overload.
+       * include/std/print (println(FILE*), println()): Likewise.
+       * testsuite/27_io/basic_ostream/print/2.cc: New test.
+       * testsuite/27_io/print/1.cc: Remove unused header.
+       * testsuite/27_io/print/3.cc: New test.
+
+2024-04-17  Matthias Kretz  <m.kr...@gsi.de>
+
+       * include/experimental/bits/numeric_traits.h: Add include guard.
+
+2024-04-17  Matthias Kretz  <m.kr...@gsi.de>
+
+       PR libstdc++/114750
+       * include/experimental/bits/simd_builtin.h
+       (_SimdImplBuiltin::_S_load, _S_store): Fall back to copying
+       scalars if the memory type cannot be vectorized for the target.
+
 2024-04-16  Jonathan Wakely  <jwak...@redhat.com>
 
        * config/locale/dragonfly/numeric_members.cc: Fix typos in

Reply via email to