Daily bump.

This commit is contained in:
GCC Administrator 2024-03-30 00:16:42 +00:00
parent 4c18ace1cb
commit 4921bd8cf2
6 changed files with 91 additions and 1 deletions

View 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

View file

@ -1 +1 @@
20240329
20240330

View 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

View 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

View 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

View 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):