]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 30 Mar 2024 00:16:42 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 30 Mar 2024 00:16:42 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index ecaf370fd7075cdbb54e916b87bb54c46bd34a8e..baab8ab5746ff55a49b38c57516e0313d35e1f73 100644 (file)
@@ -1,3 +1,9 @@
+2024-03-29  Andrew Pinski  <quic_apinski@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  <jlaw@ventanamicro.com>
 
        * config/h8300/extensions.md (zero_extendqihi*): Add output
index 3a5da16206f185cabea0e63fa8d00c52e75e30c7..5e27b15791d3dc594d8634971419e2a7f454708c 100644 (file)
@@ -1 +1 @@
-20240329
+20240330
index 221fc63db63b55f45627f7a0bd1c94f0d2393b5d..e0c571ecb29e1a16e7286df52c516fd8b7b2f5c9 100644 (file)
@@ -1,3 +1,20 @@
+2024-03-29  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/50410
+       * trans-expr.cc (gfc_conv_structure): Check for NULL pointer.
+
+2024-03-29  Paul Thomas  <pault@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  <anlauf@gmx.de>
 
        PR fortran/114474
index 111acf8a29f3fd519aaab88eccdc27390a0047d9..48bd036390c2e0af30f706c505fefbf26e2feab7 100644 (file)
@@ -1,3 +1,7 @@
+2024-03-29  Guillaume Gomez  <guillaume1.gomez@gmail.com>
+
+       * libgccjit.cc (gcc_jit_type_get_size): Add pointer support
+
 2024-02-10  Jakub Jelinek  <jakub@redhat.com>
 
        * jit-playback.cc (new_bitcast): Use HOST_WIDE_INT_PRINT_DEC instead
index 3298291e11ad3778d8c3979d939a519de1746f20..ddad777e8ff69b5498a36b0cff2b4234737f0e0a 100644 (file)
@@ -1,3 +1,48 @@
+2024-03-29  Guillaume Gomez  <guillaume1.gomez@gmail.com>
+
+       * jit.dg/test-pointer_size.c: New file.
+
+2024-03-29  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.target/aarch64/cpunative/native_cpu_24.c: Fix GCC_CPUINFO.
+
+2024-03-29  Thomas Schwinge  <tschwinge@baylibre.com>
+
+       * lib/target-supports.exp (check_effective_target_vect_long_mult):
+       Enable for GCN.
+
+2024-03-29  Thomas Schwinge  <tschwinge@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  <thomas@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  <anlauf@gmx.de>
+
+       PR fortran/50410
+       * gfortran.dg/data_initialized_4.f90: New test.
+
+2024-03-29  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/110987
+       * gfortran.dg/finalize_56.f90: New test.
+
+2024-03-29  Paul Thomas  <pault@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  <xry111@xry111.site>
+
+       * gcc.dg/vect/vect-neg-zero.c: New test.
+
 2024-03-28  John David Anglin  <danglin@gcc.gnu.org>
 
        PR analyzer/111289
index 0949344b94bc5de71d1d1d6b98b9be02998e3edf..9460ea2b9c3d5d2131477d0b40e32ba188b75797 100644 (file)
@@ -1,3 +1,21 @@
+2024-03-29  Arsen Arsenović  <arsen@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.kretz@gsi.de>
 
        * include/experimental/bits/simd_x86.h (_S_masked_unary):