https://gcc.gnu.org/g:49e8eeeb38da9e22d4d4ccec8dac610f337d8917
commit r14-10571-g49e8eeeb38da9e22d4d4ccec8dac610f337d8917 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Wed Aug 7 00:21:46 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 25 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 20 ++++++++++++++++++++ gcc/fortran/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 33 +++++++++++++++++++++++++++++++++ libquadmath/ChangeLog | 9 +++++++++ 6 files changed, 97 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d043a7896f97..2e5fb05c0108 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,28 @@ +2024-08-06 John David Anglin <dang...@gcc.gnu.org> + + PR target/113384 + * config/pa/pa.cc (hppa_legitimize_address): Add check to + ensure constant is an integral multiple of shift the value. + +2024-08-06 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2024-08-06 Jakub Jelinek <ja...@redhat.com> + + PR tree-optimization/116224 + * wide-int.cc (wi::mul_internal): If prec isn't multiple of + HOST_BITS_PER_WIDE_INT, for need_overflow checking only look at + the least significant prec bits starting with r[half_blocks_needed]. + +2024-08-06 Andrew Pinski <quic_apin...@quicinc.com> + + Backported from master: + 2024-08-06 Andrew Pinski <quic_apin...@quicinc.com> + + PR target/116189 + * config/sh/sh.cc (sh_recog_treg_set_expr): Don't call make_insn_raw, + make the insn with a fake uid. + 2024-08-05 Christoph Müllner <christoph.muell...@vrull.eu> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index f2c439e6ce51..0795b809c24d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240806 +20240807 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e819f9e63e88..46781e0fac0c 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,23 @@ +2024-08-06 Jason Merrill <ja...@redhat.com> + + Backported from master: + 2024-08-06 Jason Merrill <ja...@redhat.com> + + PR c++/116223 + PR c++/112632 + * pt.cc (deducible_expression): Also look through + IMPLICIT_CONV_EXPR_FORCED. + (unify): Likewise. + +2024-08-06 Jason Merrill <ja...@redhat.com> + + Backported from master: + 2024-07-24 Jason Merrill <ja...@redhat.com> + + PR c++/116071 + * parser.cc (cp_parser_simple_type_specifier): Call + cp_parser_simulate_error if nothing worked. + 2024-08-02 Patrick Palka <ppa...@redhat.com> Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 04d5d211b700..a16a51a786e9 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,12 @@ +2024-08-06 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2024-08-01 Jakub Jelinek <ja...@redhat.com> + + * trans-types.cc (gfc_get_array_descr_info): Don't test if + !integer_zerop (dtype_off), use fold_build_pointer_plus + unconditionally. + 2024-08-05 Paul Thomas <pa...@gcc.gnu.org> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0c272ccfa711..e4fa87404ca2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,36 @@ +2024-08-06 Jason Merrill <ja...@redhat.com> + + Backported from master: + 2024-08-06 Jason Merrill <ja...@redhat.com> + + PR c++/116223 + PR c++/112632 + * g++.dg/cpp1z/nontype-auto25.C: New test. + +2024-08-06 Jason Merrill <ja...@redhat.com> + + Backported from master: + 2024-07-24 Jason Merrill <ja...@redhat.com> + + PR c++/116071 + * g++.dg/parse/pr116071.C: New test. + +2024-08-06 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2024-08-06 Jakub Jelinek <ja...@redhat.com> + + PR tree-optimization/116224 + * gcc.dg/torture/bitint-72.c: New test. + +2024-08-06 Andrew Pinski <quic_apin...@quicinc.com> + + Backported from master: + 2024-08-06 Andrew Pinski <quic_apin...@quicinc.com> + + PR target/116189 + * c-c++-common/torture/pr116189-1.c: New test. + 2024-08-05 Paul Thomas <pa...@gcc.gnu.org> Backported from master: diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index 726f84535c7b..b15f9987436b 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,12 @@ +2024-08-06 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2024-08-03 Jakub Jelinek <ja...@redhat.com> + + PR target/116007 + * math/sqrtq.c (TFtype): For PowerPC without __LONG_DOUBLE_IEEE128__ + define to __float128 before including soft-fp.h and quad.h. + 2024-08-01 Release Manager * GCC 14.2.0 released.