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

index a7fa955efe686650233b9b463efbb01241ff8840..0337f97592155715c4be7dccdd52f6a6eb028bb8 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 074c1a4d5e45d370c518a224153d6a0465b89320..005096cd6cc9365c5aafc4a02b7a347c4ee1f706 100644 (file)
@@ -1,3 +1,21 @@
+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 e473baa06a1d366e634dc9f95814d5486fd4ec2c..c2d2a13db1fc9104e951509412c065c45aacbc60 100644 (file)
@@ -1,3 +1,15 @@
+2024-04-26  Haochen Jiang  <haochen.jiang@intel.com>
+
+       PR target/110621
+       * gcc.target/i386/pr105354-2.c: As mentioned.
+
+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:
index c4710160cbf13f3f607c233273cbe8f93851d65e..0d7dd7133d999fe6392fc057eb389c0fdef53621 100644 (file)
@@ -1,3 +1,16 @@
+2024-04-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/html/manual/status.html: Regenerate.
+       * doc/xml/manual/status_cxx1998.xml: Replace references to
+       mainline GCC.
+       * doc/xml/manual/status_cxx2011.xml: Likewise.
+       * doc/xml/manual/status_cxx2014.xml: Likewise.
+       * doc/xml/manual/status_cxx2017.xml: Likewise.
+       * doc/xml/manual/status_cxx2020.xml: Likewise.
+       * doc/xml/manual/status_cxx2023.xml: Likewise.
+       * doc/xml/manual/status_cxxtr1.xml: Likewise.
+       * doc/xml/manual/status_cxxtr24733.xml: Likewise.
+
 2024-04-25  Jonathan Wakely  <jwakely@redhat.com>
 
        * src/experimental/Makefile.am (install-exec-local): New target.