diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-13 00:22:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-07-13 00:22:10 +0000 |
commit | 6f5b676416b517848f772cc3231aab92f6c709cb (patch) | |
tree | 3fee25476fc772a1413f97956acefc341c5108e7 | |
parent | 08463348c5cce84dc3c64ac4fbb20e2795ee104f (diff) | |
download | gcc-6f5b676416b517848f772cc3231aab92f6c709cb.zip gcc-6f5b676416b517848f772cc3231aab92f6c709cb.tar.gz gcc-6f5b676416b517848f772cc3231aab92f6c709cb.tar.bz2 |
Daily bump.
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/fortran/ChangeLog | 16 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | libstdc++-v3/ChangeLog | 11 |
4 files changed, 36 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 93ea1dc..c6f47ba 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240712 +20240713 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 915e08c..89ff487 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,19 @@ +2024-07-12 Paul Thomas <pault@gcc.gnu.org> + + Backported from master: + 2024-05-23 Paul Thomas <pault@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 <pault@gcc.gnu.org> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9ca7f34..c8395ea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2024-07-12 Paul Thomas <pault@gcc.gnu.org> + + Backported from master: + 2024-05-23 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/103312 + * gfortran.dg/pr103312.f90: New test. + 2024-07-11 Andre Vieira <andre.simoesdiasvieira@arm.com> Backported from master: diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 833b36f..6307b1c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,14 @@ +2024-07-12 Jonathan Wakely <jwakely@redhat.com> + + Backported from master: + 2024-06-21 Jonathan Wakely <jwakely@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 <jwakely@redhat.com> Backported from master: |