https://gcc.gnu.org/g:6f5b676416b517848f772cc3231aab92f6c709cb
commit r13-8909-g6f5b676416b517848f772cc3231aab92f6c709cb Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Sat Jul 13 00:22:10 2024 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 16 ++++++++++++++++ gcc/testsuite/ChangeLog | 8 ++++++++ libstdc++-v3/ChangeLog | 11 +++++++++++ 4 files changed, 36 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 93ea1dc1b266..c6f47ba7ab6d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240712 +20240713 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 915e08ca130f..89ff48798e0b 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,19 @@ +2024-07-12 Paul Thomas <pa...@gcc.gnu.org> + + Backported from master: + 2024-05-23 Paul Thomas <pa...@gcc.gnu.org> + + PR fortran/103312 + * dependency.cc (gfc_dep_compare_expr): Handle component call + expressions. Return -2 as default and return 0 if compared with + a function expression that is from an interface body and has + the same name. + * expr.cc (gfc_reduce_init_expr): If the expression is a comp + call do not attempt to reduce, defer to resolution and return + false. + * trans-types.cc (gfc_get_dtype_rank_type, + gfc_get_nodesc_array_type): Fix whitespace. + 2024-07-08 Paul Thomas <pa...@gcc.gnu.org> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9ca7f3452d0a..c8395ea571d9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2024-07-12 Paul Thomas <pa...@gcc.gnu.org> + + Backported from master: + 2024-05-23 Paul Thomas <pa...@gcc.gnu.org> + + PR fortran/103312 + * gfortran.dg/pr103312.f90: New test. + 2024-07-11 Andre Vieira <andre.simoesdiasvie...@arm.com> Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 833b36f9f951..6307b1c0e76f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,14 @@ +2024-07-12 Jonathan Wakely <jwak...@redhat.com> + + Backported from master: + 2024-06-21 Jonathan Wakely <jwak...@redhat.com> + + PR libstdc++/115522 + * include/std/array (to_array): Workaround the fact that + std::is_trivial is not sufficient to check that a type is + trivially default constructible and assignable. + * testsuite/23_containers/array/creation/115522.cc: New test. + 2024-07-09 Jonathan Wakely <jwak...@redhat.com> Backported from master: