From: GCC Administrator Date: Wed, 4 Nov 2020 00:17:20 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.3.0~693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2c13340281114bec024d955e980f674fd1f07f;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b970fcb31249..ba63c6155451 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,28 @@ +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + * omp-low.c (scan_omp_for) : Use proper location to + 'inform' of enclosing parent compute construct. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + * omp-low.c (scan_omp_for) : Move earlier inconsistent + nested 'reduction' clauses checking. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + * omp-low.c (scan_omp_for) : More precise diagnostics for + 'gang', 'worker', 'vector' clauses with arguments only allowed in + 'kernels' regions. + 2020-11-02 Jakub Jelinek * wide-int.cc (wi::set_bit_large): Call canonize unless setting diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 70922553ee14..f23c2c72098d 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20201103 +20201104 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 73458a61eff5..7b65acdc755f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,21 @@ +2020-11-03 Harald Anlauf + + Backported from master: + 2020-10-27 Harald Anlauf + + * resolve.c (gfc_impure_variable): A dummy argument with the VALUE + attribute may be redefined without making a procedure impure. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + PR fortran/92793 + * trans-openmp.c (gfc_trans_omp_clauses): More precise location + information for OpenACC 'gang', 'worker', 'vector' clauses with + argument. + 2020-11-02 Thomas Schwinge Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 59e02c38cf54..2485bd694d56 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,77 @@ +2020-11-03 Harald Anlauf + + Backported from master: + 2020-10-27 Harald Anlauf + + * gfortran.dg/value_8.f90: New test. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + * c-c++-common/goacc/pr92793-1.c: Extend. + * gfortran.dg/goacc/pr92793-1.f90: Likewise. + +2020-11-03 Richard Biener + + Backported from master: + 2020-11-03 Richard Biener + + PR testsuite/97688 + * gcc.dg/vect/tree-vect.h (check_vect): Fix the x86 cpuid + check to always specify subleaf zero. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + * c-c++-common/goacc/nested-reductions-1-kernels.c: Extend. + * c-c++-common/goacc/nested-reductions-2-kernels.c: Likewise. + * gfortran.dg/goacc/nested-reductions-1-kernels.f90: Likewise. + * gfortran.dg/goacc/nested-reductions-2-kernels.f90: Likewise. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + * c-c++-common/goacc/nested-reductions.c: Split file into... + * c-c++-common/goacc/nested-reductions-1-kernels.c: ... this... + * c-c++-common/goacc/nested-reductions-1-parallel.c: ..., this... + * c-c++-common/goacc/nested-reductions-1-routine.c: ..., and this. + * c-c++-common/goacc/nested-reductions-warn.c: Split file into... + * c-c++-common/goacc/nested-reductions-2-kernels.c: ... this... + * c-c++-common/goacc/nested-reductions-2-parallel.c: ..., this... + * c-c++-common/goacc/nested-reductions-2-routine.c: ..., and this. + * gfortran.dg/goacc/nested-reductions.f90: Split file into... + * gfortran.dg/goacc/nested-reductions-1-kernels.f90: ... this... + * gfortran.dg/goacc/nested-reductions-1-parallel.f90: ..., this... + * gfortran.dg/goacc/nested-reductions-1-routine.f90: ..., and + this. + * gfortran.dg/goacc/nested-reductions-warn.f90: Split file into... + * gfortran.dg/goacc/nested-reductions-2-kernels.f90: ... this... + * gfortran.dg/goacc/nested-reductions-2-parallel.f90: ..., this... + * gfortran.dg/goacc/nested-reductions-2-routine.f90: ..., and + this. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + PR fortran/92793 + * gfortran.dg/goacc/pr92793-1.f90: Adjust. + +2020-11-03 Thomas Schwinge + + Backported from master: + 2020-11-03 Thomas Schwinge + + * c-c++-common/goacc/pr92793-1.c: Extend. + * gfortran.dg/goacc/pr92793-1.f90: Likewise. + 2020-11-02 Thomas Schwinge Backported from master: