]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 25 Feb 2021 00:17:10 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 25 Feb 2021 00:17:10 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgcc/ChangeLog

index bfa0d089ea982ff7d3ae5bba73b5478c33aca56e..14f7958584686435c741f6a02c5b423e91d9b284 100644 (file)
@@ -1 +1 @@
-20210224
+20210225
index c879654faf01038b87978cdf142697a4161382a7..b4905d816bf3f6f1b397aa3cb9904f8e1e109b09 100644 (file)
@@ -1,3 +1,15 @@
+2021-02-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-02-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99124
+       * resolve.c (resolve_fl_procedure): Include class results in
+       the test for F2018, C15100.
+       * trans-array.c (get_class_info_from_ss): Do not use the saved
+       descriptor to obtain the class expression for variables. Use
+       gfc_get_class_from_expr instead.
+
 2021-02-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index ab417bf696d576cfdee639d435e2d4526e9ab126..3928de49f063236801d894719f9de2638f88afa2 100644 (file)
@@ -1,3 +1,15 @@
+2021-02-24  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2021-02-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/99124
+       * gfortran.dg/class_defined_operator_2.f03 : New test.
+       * gfortran.dg/elemental_result_2.f90 : New test.
+       * gfortran.dg/class_assign_4.f90: Correct the non-conforming
+       elemental function with an allocatable result with an operator
+       interface with array dummies and result.
+
 2021-02-23  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index e4796e3ce12c3ff86307ad91e9389f32bb75c729..0491591577840426caef3650bb11181d59be5e37 100644 (file)
@@ -1,3 +1,12 @@
+2021-02-24  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       Backported from master:
+       2021-02-24  Christophe Lyon  <christophe.lyon@linaro.org>
+                   Hau Hsu  <hsuhau617@gmail.com>
+
+       PR target/99157
+       * config/arm/t-arm: Fix cmse support detection.
+
 2021-01-21  Michael Meissner  <meissner@linux.ibm.com>
 
        * config/rs6000/t-linux (IBM128_STATIC_OBJS): Back port from