From: GCC Administrator Date: Sat, 2 Jul 2022 00:17:34 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.5.0~613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69b1e3e7ddeb5ea36b98c90b3c9fb016791156a4;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6b7f92b2f90f..eb05de3bc0c9 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220701 +20220702 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 8edae9380d41..c863c8e98332 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,33 @@ +2022-07-01 Harald Anlauf + + Backported from master: + 2022-06-26 Harald Anlauf + + PR fortran/105954 + * decl.c (variable_decl): Adjust upper bounds for explicit-shape + specs with constant bound expressions to ensure non-negative + extents. + +2022-07-01 Harald Anlauf + + Backported from master: + 2022-06-26 Harald Anlauf + + PR fortran/105691 + * simplify.c (gfc_simplify_index): Replace old simplification + code by the equivalent of the runtime library implementation. Use + HOST_WIDE_INT instead of int for string index, length variables. + +2022-07-01 Harald Anlauf + + Backported from master: + 2022-06-24 Harald Anlauf + + PR fortran/105813 + * check.c (gfc_check_unpack): Try to simplify MASK argument to + UNPACK so that checking of the VECTOR argument can work when MASK + is a variable. + 2022-06-28 Release Manager * GCC 10.4.0 released. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a032b35be839..c37b678571e8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2022-07-01 Harald Anlauf + + Backported from master: + 2022-06-26 Harald Anlauf + + PR fortran/105954 + * gfortran.dg/pr105954.f90: New test. + +2022-07-01 Harald Anlauf + + Backported from master: + 2022-06-26 Harald Anlauf + + PR fortran/105691 + * gfortran.dg/index_6.f90: New test. + +2022-07-01 Harald Anlauf + + Backported from master: + 2022-06-24 Harald Anlauf + + PR fortran/105813 + * gfortran.dg/unpack_vector_1.f90: New test. + 2022-06-28 Release Manager * GCC 10.4.0 released.