]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 4 Nov 2020 00:17:20 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 4 Nov 2020 00:17:20 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index b970fcb312499544c3b63f35f1a03388c8a4edaa..ba63c61554515db47ce10f9966cd1a6dd95bea43 100644 (file)
@@ -1,3 +1,28 @@
+2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * omp-low.c (scan_omp_for) <OpenACC>: Use proper location to
+       'inform' of enclosing parent compute construct.
+
+2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * omp-low.c (scan_omp_for) <OpenACC>: Move earlier inconsistent
+       nested 'reduction' clauses checking.
+
+2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * omp-low.c (scan_omp_for) <OpenACC>: More precise diagnostics for
+       'gang', 'worker', 'vector' clauses with arguments only allowed in
+       'kernels' regions.
+
 2020-11-02  Jakub Jelinek  <jakub@redhat.com>
 
        * wide-int.cc (wi::set_bit_large): Call canonize unless setting
index 70922553ee141d4984469611f5104c8f46916a58..f23c2c72098dcf2acd61f52ef631682db03c652a 100644 (file)
@@ -1 +1 @@
-20201103
+20201104
index 73458a61eff5a33718d7800a9a675e29d482dc74..7b65acdc755fbdc0e7e2b7456afb23fdb797bf75 100644 (file)
@@ -1,3 +1,21 @@
+2020-11-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-10-27  Harald Anlauf  <anlauf@gmx.de>
+
+       * 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  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       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  <thomas@codesourcery.com>
 
        Backported from master:
index 59e02c38cf54b338cd1360802584cdc35546a66f..2485bd694d56cf34710bc3d1f28dc494eec7518a 100644 (file)
@@ -1,3 +1,77 @@
+2020-11-03  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-10-27  Harald Anlauf  <anlauf@gmx.de>
+
+       * gfortran.dg/value_8.f90: New test.
+
+2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * c-c++-common/goacc/pr92793-1.c: Extend.
+       * gfortran.dg/goacc/pr92793-1.f90: Likewise.
+
+2020-11-03  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2020-11-03  Richard Biener  <rguenther@suse.de>
+
+       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  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * 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  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * 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  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR fortran/92793
+       * gfortran.dg/goacc/pr92793-1.f90: Adjust.
+
+2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-03  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * c-c++-common/goacc/pr92793-1.c: Extend.
+       * gfortran.dg/goacc/pr92793-1.f90: Likewise.
+
 2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
 
        Backported from master: