Daily bump.

This commit is contained in:
GCC Administrator 2021-10-11 00:16:24 +00:00
parent 74ccca380c
commit 8cd172ebed
4 changed files with 31 additions and 1 deletions

View 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

View File

@ -1 +1 @@
20211010
20211011

View 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

View 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