https://gcc.gnu.org/g:4921bd8cf2536903a1f78911ee52a2e58242b097

commit r14-9727-g4921bd8cf2536903a1f78911ee52a2e58242b097
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Sat Mar 30 00:16:42 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  6 ++++++
 gcc/DATESTAMP           |  2 +-
 gcc/fortran/ChangeLog   | 17 +++++++++++++++++
 gcc/jit/ChangeLog       |  4 ++++
 gcc/testsuite/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++
 libstdc++-v3/ChangeLog  | 18 ++++++++++++++++++
 6 files changed, 91 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ecaf370fd70..baab8ab5746 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-29  Andrew Pinski  <quic_apin...@quicinc.com>
+
+       * lto-compress.cc (lto_end_uncompression): Use
+       fatal_error instead of internal_error when ZSTD
+       is not enabled.
+
 2024-03-28  Jeff Law  <j...@ventanamicro.com>
 
        * config/h8300/extensions.md (zero_extendqihi*): Add output
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 3a5da16206f..5e27b15791d 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20240329
+20240330
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 221fc63db63..e0c571ecb29 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,20 @@
+2024-03-29  Harald Anlauf  <anl...@gmx.de>
+
+       PR fortran/50410
+       * trans-expr.cc (gfc_conv_structure): Check for NULL pointer.
+
+2024-03-29  Paul Thomas  <pa...@gcc.gnu.org>
+
+       PR fortran/36337
+       PR fortran/110987
+       PR fortran/113885
+       * trans-expr.cc (gfc_trans_assignment_1): Place finalization
+       block before rhs post block for elemental rhs.
+       * trans.cc (gfc_finalize_tree_expr): Check directly if a type
+       has no components, rather than the zero components attribute.
+       Treat elemental zero component expressions in the same way as
+       scalars.
+
 2024-03-28  Harald Anlauf  <anl...@gmx.de>
 
        PR fortran/114474
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index 111acf8a29f..48bd036390c 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,7 @@
+2024-03-29  Guillaume Gomez  <guillaume1.go...@gmail.com>
+
+       * libgccjit.cc (gcc_jit_type_get_size): Add pointer support
+
 2024-02-10  Jakub Jelinek  <ja...@redhat.com>
 
        * jit-playback.cc (new_bitcast): Use HOST_WIDE_INT_PRINT_DEC instead
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3298291e11a..ddad777e8ff 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,48 @@
+2024-03-29  Guillaume Gomez  <guillaume1.go...@gmail.com>
+
+       * jit.dg/test-pointer_size.c: New file.
+
+2024-03-29  Christophe Lyon  <christophe.l...@linaro.org>
+
+       * gcc.target/aarch64/cpunative/native_cpu_24.c: Fix GCC_CPUINFO.
+
+2024-03-29  Thomas Schwinge  <tschwi...@baylibre.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_long_mult):
+       Enable for GCN.
+
+2024-03-29  Thomas Schwinge  <tschwi...@baylibre.com>
+
+       * lib/target-supports.exp
+       (check_effective_target_vect_hw_misalign): Enable for GCN.
+       (check_effective_target_vect_element_align): Adjust.
+
+2024-03-29  Thomas Schwinge  <tho...@codesourcery.com>
+
+       * lib/target-supports.exp
+       (check_effective_target_vect_early_break)
+       (check_effective_target_vect_early_break_hw): Enable for GCN.
+
+2024-03-29  Harald Anlauf  <anl...@gmx.de>
+
+       PR fortran/50410
+       * gfortran.dg/data_initialized_4.f90: New test.
+
+2024-03-29  Paul Thomas  <pa...@gcc.gnu.org>
+
+       PR fortran/110987
+       * gfortran.dg/finalize_56.f90: New test.
+
+2024-03-29  Paul Thomas  <pa...@gcc.gnu.org>
+
+       PR fortran/113885
+       * gfortran.dg/finalize_54.f90: New test.
+       * gfortran.dg/finalize_55.f90: New test.
+
+2024-03-29  Xi Ruoyao  <xry...@xry111.site>
+
+       * gcc.dg/vect/vect-neg-zero.c: New test.
+
 2024-03-28  John David Anglin  <dang...@gcc.gnu.org>
 
        PR analyzer/111289
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0949344b94b..9460ea2b9c3 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,21 @@
+2024-03-29  Arsen Arsenović  <ar...@aarsen.me>
+
+       * testsuite/24_iterators/range_generators/01.cc: Drop GCC
+       Runtime Library Exception.
+       * testsuite/24_iterators/range_generators/02.cc: Drop GCC
+       Runtime Library Exception.
+       * testsuite/24_iterators/range_generators/copy.cc: Drop GCC
+       Runtime Library Exception.
+       * testsuite/24_iterators/range_generators/except.cc: Drop GCC
+       Runtime Library Exception.
+       * testsuite/24_iterators/range_generators/subrange.cc: Drop GCC
+       Runtime Library Exception.
+       * testsuite/24_iterators/range_generators/synopsis.cc: Drop GCC
+       Runtime Library Exception.
+       * testsuite/24_iterators/range_generators/iter_deref_return.cc:
+       Drop GCC Runtime Library Exception from the "You should have
+       received a copy" paragraph.
+
 2024-03-27  Matthias Kretz  <m.kr...@gsi.de>
 
        * include/experimental/bits/simd_x86.h (_S_masked_unary):

Reply via email to