]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 2 Nov 2020 20:53:37 +0000 (20:53 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 2 Nov 2020 20:53:37 +0000 (20:53 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog

index 41692df89240189647c5241beec2d79825693ecd..b970fcb312499544c3b63f35f1a03388c8a4edaa 100644 (file)
@@ -1,3 +1,8 @@
+2020-11-02  Jakub Jelinek  <jakub@redhat.com>
+
+       * wide-int.cc (wi::set_bit_large): Call canonize unless setting
+       msb bit and clearing bits above it.
+
 2020-10-29  Martin Liska  <mliska@suse.cz>
 
        Backported from master:
index d724ea40a76c3af13155b7476bf041488c09ec4d..f676795e9a565ed298fa329e6908e8054bd416dc 100644 (file)
@@ -1 +1 @@
-20201030
+20201102
index 5eddb5869a7bf33ed12f86da23e439c5daa4d31c..642a70dc754ac28677722eaf1cf3e662c7d0fd1f 100644 (file)
@@ -1,3 +1,12 @@
+2020-10-30  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2020-10-29  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/97412
+       * constraint.cc (normalize_concept_check): Don't call
+       tsubst_template_args when 'args' is NULL.
+
 2020-10-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 960e0c5cff3c4e1c2fca3a60a18280e4f70ab169..73458a61eff5a33718d7800a9a675e29d482dc74 100644 (file)
@@ -1,3 +1,12 @@
+2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR fortran/92793
+       * trans.c (gfc_set_backend_locus): Use 'gfc_get_location'.
+       (gfc_restore_backend_locus): Adjust.
+
 2020-10-22  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 387cf722b8be3cbe747dc3687e6c7076da545cf6..59e02c38cf54b338cd1360802584cdc35546a66f 100644 (file)
@@ -1,3 +1,30 @@
+2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR fortran/92793
+       * gfortran.dg/goacc/pr92793-1.f90: Adjust.
+
+2020-10-30  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2020-10-29  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/97412
+       * g++.dg/cpp2a/concepts-variadic2.C: New test.
+
+2020-10-30  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-10-30  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR fortran/92793
+       * c-c++-common/goacc/clause-locations.c: Rewrite into...
+       * c-c++-common/goacc/pr92793-1.c: ... this.
+       * gfortran.dg/goacc/clause-locations.f90: Rewrite into...
+       * gfortran.dg/goacc/pr92793-1.f90: ... this.
+
 2020-10-28  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 76af1f4b39940773bb13479d8df53169e2e2cbc2..4b4082008c40ddb1f4cb501171f83fa064b58a24 100644 (file)
@@ -1,3 +1,23 @@
+2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR target/85486
+       * testsuite/libgomp.oacc-c-c++-common/pr85486-2.c: Simplify and enhance.
+       * testsuite/libgomp.oacc-c-c++-common/pr85486-3.c: Likewise.
+       * testsuite/libgomp.oacc-c-c++-common/pr85486.c: Likewise.
+
+2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
+
+       PR testsuite/80219
+       PR testsuite/85303
+       * testsuite/lib/libgomp.exp (libgomp_init): Set
+       'gcc_warning_prefix', 'gcc_error_prefix'.
+
 2020-08-25  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: