]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Oct 2021 00:16:24 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 11 Oct 2021 00:16:24 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index b8c235d223f695ce391a9f1e33d7c78bc75370ba..604baf73f742b0d9ee5716b9e3d0a2fca300996e 100644 (file)
@@ -1,3 +1,15 @@
+2021-10-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/102441
+       * var-tracking.c (add_stores): For cselib_sp_derived_value_p values
+       use MO_VAL_SET if loc is not sp.
+
+2021-10-10  Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/102622
+       * match.pd: Swap the order of a?pow2cst:0 and a?-1:0 transformations.
+       Swap the order of a?0:pow2cst and a?0:-1 transformations.
+
 2021-10-09  liuhongt  <hongtao.liu@intel.com>
 
        PR target/102639
index 4ac9cc70198b9df44304575074a809141d47299c..5c35523c109512f1e8e323a9e3a554abc9beb482 100644 (file)
@@ -1 +1 @@
-20211010
+20211011
index 6bc6fdb32cc00446bac4cc12ff40dedfe267e190..80629c406abf10592010560053594fbf2c0e18e4 100644 (file)
@@ -1,3 +1,10 @@
+2021-10-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/99348
+       PR fortran/102521
+       * decl.c (add_init_expr_to_sym): Extend initialization of
+       parameter arrays from scalars to handle derived types.
+
 2021-10-09  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/65454
index 3eeb8b9ed1d6a4baf4479db6b92d9bfac9759eb6..d7d98984aba53ac20df477465f457eec45488784 100644 (file)
@@ -1,3 +1,14 @@
+2021-10-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/99348
+       PR fortran/102521
+       * gfortran.dg/parameter_array_init_8.f90: New test.
+
+2021-10-10  Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/102622
+       * gcc.c-torture/execute/bitfld-10.c: New test.
+
 2021-10-09  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/65454