]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Apr 2024 00:19:59 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Apr 2024 00:19:59 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 6a794df6ccfbb007b8b20a08141605bf7b6576e1..7dd2f490ca86afa2b3b4b1d6c6b6ed5399b345cf 100644 (file)
@@ -1,3 +1,10 @@
+2024-04-26  Richard Ball  <richard.ball@arm.com>
+
+       PR target/114272
+       * config/aarch64/aarch64-cores.def (AARCH64_CORE):
+       Change SCHEDULER_IDENT from cortexa55 to cortexa53
+       for Cortex-A510.
+
 2024-04-25  Richard Ball  <richard.ball@arm.com>
 
        Backported from master:
index 31b7d4c373fdaad1bee73ac2cab71cc2c5aa982f..eb33e014662318a0cf7a96fcbd484027b099789b 100644 (file)
@@ -1 +1 @@
-20240426
+20240427
index f74949a729be08ada50726154fcfef42454263f3..d409b07e8bccbf72d8d3eee439e4b26a639fd67d 100644 (file)
@@ -1,3 +1,33 @@
+2024-04-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-05-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/103716
+       * resolve.cc (gfc_resolve_ref): Conversion of array_ref into an
+       element should be done for all characters without a len expr,
+       not just deferred lens, and for integer expressions.
+       * trans-expr.cc (conv_inquiry): For len and kind inquiry refs,
+       set the se string_length to NULL_TREE.
+
+2024-04-26  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       Backported from master:
+       2023-07-12  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       PR fortran/102003
+       * expr.cc (find_inquiry_ref): Replace len of pdt_string by
+       constant.
+       (simplify_ref_chain): Ensure input to find_inquiry_ref is
+       NULL.
+       (gfc_match_init_expr): Prevent PDT analysis for function calls.
+       (gfc_pdt_find_component_copy_initializer): Get the initializer
+       value for given component.
+       * gfortran.h (gfc_pdt_find_component_copy_initializer): New
+       function.
+       * simplify.cc (gfc_simplify_len): Replace len() of PDT with pdt
+       component ref or constant.
+
 2024-04-06  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index a0384488eabdde5092998d87ccb0360f08912a5d..15559240f598b574e172e2ca2f2f8e5e0507e203 100644 (file)
@@ -1,3 +1,18 @@
+2024-04-26  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-05-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/103716
+       * gfortran.dg/pr103716.f90 : New test.
+
+2024-04-26  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       Backported from master:
+       2023-07-12  Andre Vehreschild  <vehre@gcc.gnu.org>
+
+       * gfortran.dg/pdt_33.f03: New test.
+
 2024-04-25  Richard Ball  <richard.ball@arm.com>
 
        Backported from master: