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

index 9f200c72ca13194699a48ad8eb78d31ed45aee71..ad2cbaac1099f79125eb004c0bd4d7924dbab20d 100644 (file)
@@ -1,3 +1,23 @@
+2020-11-25  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/97528
+       * config/arm/arm.c (neon_vector_mem_operand): For POST_MODIFY, require
+       first POST_MODIFY operand is a REG and is equal to the first operand
+       of PLUS.
+
+2020-11-25  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-11-14  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/97599
+       * dwarf2out.c (gen_subprogram_die): Call
+       gen_unspecified_parameters_die even if not early dwarf, but only
+       if subr_die is a newly created DIE.
+
 2020-11-24  Jason Merrill  <jason@redhat.com>
 
        PR c++/97918
index a2b688586c39cffb733f824c1afd4e84580c6bd7..2c90f2149a71ff76ccc4583604ca80c54fc1136f 100644 (file)
@@ -1 +1 @@
-20201125
+20201126
index 68e8511691ed66545224788ab9c599a8c1e5ff59..d9741b9348ca05c0c2d62b09e44cbc6d63b647fd 100644 (file)
@@ -1,3 +1,13 @@
+2020-11-25  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-11-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/97958
+       * c-parser.c (c_parser_binary_expression): For omp atomic binary
+       expressions, use make_node instead of build2 to avoid checking build2
+       performs.
+
 2020-08-25  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 5fce5577cb4fdb8d80b173c90d236f5c817e5a83..3941f27cdec81e3e27c5550e731b485abcc25f40 100644 (file)
@@ -1,3 +1,11 @@
+2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * pt.c (tsubst_omp_clauses): Handle 'OMP_CLAUSE__CACHE_'.
+       (tsubst_expr): Handle 'OACC_CACHE'.
+
 2020-11-24  Jason Merrill  <jason@redhat.com>
 
        PR c++/96805
index 1f4971ac85cad6fb08c04194c8b27f493d8a0dc2..cc5a0066c0888468c0b244b4c59f46f2f6b6c995 100644 (file)
@@ -1,3 +1,12 @@
+2020-11-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-11-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85796
+       * resolve.c (traverse_data_list): Fix copy&paste errors; catch
+       step=0 in implied do loop.
+
 2020-11-12  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index fa68a44569025ce66c38f78b26e99f83166c9300..c27f1552cf4a3927702d40d43adf28709a70f961 100644 (file)
@@ -1,3 +1,52 @@
+2020-11-25  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2020-11-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/85796
+       * gfortran.dg/pr85796.f90: New test.
+
+2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * g++.dg/gomp/map-1.C: New.
+       * g++.dg/gomp/map-2.C: Likewise.
+       * c-c++-common/gomp/map-1.c: Adjust.
+       * c-c++-common/gomp/map-2.c: Likewise.
+
+2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * c-c++-common/goacc/cache-1.c: Update.
+       * c-c++-common/goacc/cache-2.c: Likewise.
+       * g++.dg/goacc/cache-1.C: New.
+       * g++.dg/goacc/cache-2.C: Likewise.
+
+2020-11-25  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
+
+       PR target/91816
+       * gcc.target/arm/pr91816.c: New test.
+
+2020-11-25  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-11-24  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/97958
+       * c-c++-common/gomp/pr97958.c: New test.
+
+2020-11-25  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2020-11-20  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/97528
+       * gcc.target/arm/pr97528.c: New test.
+
 2020-11-24  Jason Merrill  <jason@redhat.com>
 
        PR c++/97918
index 4b4082008c40ddb1f4cb501171f83fa064b58a24..79fcc3825537a75abaa6e7b3413854106602620a 100644 (file)
@@ -1,3 +1,11 @@
+2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Backported from master:
+       2020-11-25  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.oacc-c++/cache-1.C: New.
+       * testsuite/libgomp.oacc-c-c++-common/cache-1.c: Update.
+
 2020-11-02  Thomas Schwinge  <thomas@codesourcery.com>
 
        Backported from master:
index 8e82084d45040194f69d26bfd25994803a2f8208..fce20d9b96d332d0bd68cdbb15b282a5632fa79c 100644 (file)
@@ -1,3 +1,29 @@
+2020-11-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-11-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/97935
+       * include/bits/iterator_concepts.h (__detail::__iter_without_category):
+       New helper concept.
+       (__iterator_traits::__cat): Use __detail::__iter_without_category.
+       * testsuite/24_iterators/associated_types/iterator.traits.cc: New test.
+
+2020-11-25  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-06-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/iterator_concepts.h (__detail::__ptr, __detail::__ref)
+       (__detail::__cat, __detail::__diff): Move to class scope in the
+       relevant __iterator_traits specializations.
+       (__iterator_traits<>): Use nested class templates instead of ones from
+       namespace __detail.
+       * include/bits/stl_iterator.h (__detail::__common_iter_ptr): Move to
+       class scope in iterator_traits<common_iterator<I, S>>.
+       (iterator_traits<common_iterator<I, S>>): Use nested class template
+       instead of __detail::__common_iter_ptr.
+
 2020-11-24  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: