From: GCC Administrator Date: Fri, 29 May 2020 00:16:54 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.2.0~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778363009b8e3233d1000172813f2cca701e9c07;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95977edec53d..84d2d6728541 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,28 @@ +2020-05-28 Richard Sandiford + + PR testsuite/95361 + * config/aarch64/aarch64.c (aarch64_expand_epilogue): Only + redefine the CFA if we have CFI operations. + +2020-05-28 Uroš Bizjak + + * config/i386/mmx.md (mmx_haddsubv2sf3): Correct + RTL template to model horizontal subtraction and addition. + +2020-05-28 Uroš Bizjak + + PR target/95355 + * config/i386/sse.md + (avx512f_v16qiv16si2): + Remove %q operand modifier from insn template. + (avx512f_v8hiv8di2): Ditto. + +2020-05-28 Martin Liska + + PR web/95380 + * doc/invoke.texi: Add missing params, remove max-once-peeled-insns and + rename ipcp-unit-growth to ipa-cp-unit-growth. + 2020-05-24 Uroš Bizjak PR target/95255 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 5118880926fa..065a3b856106 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200528 +20200529 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index a88cebf31704..46b3aea4a6af 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,24 @@ +2020-05-28 Steven G. Kargl + Mark Eggleston + Mark Eggleston + + PR fortran/94397 + * match.c (gfc_match_type_spec): New variable ok initialised + to true. Set ok with the return value of gfc_reduce_init_expr + called only if the expression is not EXPR_CONSTANT and is not + EXPR_VARIABLE. Add !ok to the check for type not being integer + or the rank being greater than zero. + +2020-05-28 Tobias Burnus + Mark Eggleston + + PR fortran/50392 + * trans-decl.c (gfc_get_symbol_decl): Remove unnecessary block + delimiters. Add auxiliary variables if a label is assigned to + a return variable. (gfc_gat_fake_result): If the symbol has an + assign attribute set declaration from the symbol's backend + declaration. + 2020-05-26 Thomas Koenig PR libfortran/95191 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1d3afa1ae923..c8d409fb41ea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,24 @@ +2020-05-28 Richard Sandiford + + PR testsuite/95361 + * gcc.target/aarch64/sve/pr95361.c: New test. + +2020-05-28 Steven G. Kargl + Mark Eggleston + + PR fortran/94397 + * gfortran.dg/pr94397.F90: New test. + +2020-05-28 Uroš Bizjak + + PR target/95355 + * gcc.target/i386/pr95355.c: New test. + +2020-05-28 Tobias Burnus + + PR fortran/50392 + * gfortran.dg/pr50392.f: New test. + 2020-05-27 Harald Anlauf Steven G. Kargl diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 195c5f5b2e9a..4f44e49e6892 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2020-05-28 Harald Anlauf + + PR libfortran/95104 + * io/unit.c (unlock_unit): Guard by check for NULL pointer. + 2020-05-27 Harald Anlauf Steven G. Kargl