]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 30 Apr 2021 00:18:18 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 30 Apr 2021 00:18:18 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/po/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index 7aa0363874902157989a91583fd18e957a578539..40b2e350e8a94d81df20bcbab2f53b2ce9b68556 100644 (file)
@@ -1,3 +1,50 @@
+2021-04-29  Richard Earnshaw  <rearnsha@arm.com>
+
+       Backported from master:
+       2021-04-28  Richard Earnshaw  <rearnsha@arm.com>
+
+       PR target/100311
+       * config/arm/arm.c (arm_hard_regno_mode_ok): Only allow VPR to be
+       used in HImode.
+
+2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/100302
+       * config/aarch64/aarch64.c (aarch64_add_offset_1_temporaries): Use
+       absu_hwi instead of abs_hwi.
+
+2021-04-29  Tom de Vries  <tdevries@suse.de>
+
+       Backported from master:
+       2021-04-29  Tom de Vries  <tdevries@suse.de>
+
+       PR target/100232
+       * internal-fn.c (expand_GOMP_SIMT_ENTER_ALLOC)
+       (expand_GOMP_SIMT_LAST_LANE, expand_GOMP_SIMT_ORDERED_PRED)
+       (expand_GOMP_SIMT_VOTE_ANY, expand_GOMP_SIMT_XCHG_BFLY)
+       (expand_GOMP_SIMT_XCHG_IDX): Ensure target is assigned to.
+
+2021-04-29  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2021-04-28  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/100305
+       * config/aarch64/constraints.md (Utq): Require the address to
+       be valid for both the element mode and for V2DImode.
+
+2021-04-29  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2021-04-27  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/100270
+       * config/aarch64/aarch64.c (aarch64_comp_type_attributes): Handle
+       SVE attributes.
+
 2021-04-28  YiFei Zhu  <zhuyifei1999@gmail.com>
 
        Backported from master:
index d04d9806e5b7e6c5c77556aba26922fa1f8e0cb9..e485971526caf73d700b446f4c292c2d321577d5 100644 (file)
@@ -1 +1 @@
-20210429
+20210430
index 15b44f3585408844c6bafd839d480e49652b611a..0ac9d0673acea640785a3ed620aedfa5391da42b 100644 (file)
@@ -1,3 +1,12 @@
+2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/100319
+       * semantics.c (finish_omp_clauses): Fix up check that variable
+       mentioned in detach clause doesn't appear in data-sharing clauses.
+
 2021-04-27  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 1a552875160a3cf03eea8c6ce4e11af97f34d2f3..7dbb014463aca50a7e67f270c9c8961f622e353b 100644 (file)
@@ -1,3 +1,11 @@
+2021-04-29  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-04-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       * openmp.c (gfc_match_omp_variable_list): Gobble whitespace before
+       checking whether a '%' or parenthesis-open follows as next character.
+
 2021-04-27  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index c1928e8ccb90c22f534f3e1362a7f194cdd87be0..961db425e065034a429e257b14767a6005408d65 100644 (file)
@@ -1,3 +1,11 @@
+2021-04-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * sv.po: Update.
+
+2021-04-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * fr.po: Update.
+
 2021-04-28  Joseph Myers  <joseph@codesourcery.com>
 
        * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,
index d52369c3ea1a7c06f9d687c7cca34bf91395664a..54aa671926b8006c64545b5b622326cf4bedd3cd 100644 (file)
@@ -1,3 +1,55 @@
+2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/100305
+       * gcc.c-torture/compile/pr100305.c: Remove dg-options.  Add PR line.
+
+2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/100302
+       * gcc.target/aarch64/sve/pr100302.c: New test.
+
+2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-04-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/100319
+       * c-c++-common/gomp/task-detach-3.c: New test.
+
+2021-04-29  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2021-04-28  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/100305
+       * gcc.c-torture/compile/pr100305.c: New test.
+
+2021-04-29  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2021-04-27  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/100270
+       * gcc.target/aarch64/sve/acle/general-c/pr100270_1.c: New test.
+       * gcc.target/aarch64/sve/acle/general-c/sizeless-2.c: Change
+       expected error message when subtracting pointers to different
+       vector types.  Expect warnings when mixing them elsewhere.
+       * gcc.target/aarch64/sve/acle/general/attributes_7.c: Remove
+       XFAILs.  Tweak error messages for some cases.
+
+2021-04-29  Tobias Burnus  <tobias@codesourcery.com>
+
+       Backported from master:
+       2021-04-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       * gfortran.dg/gomp/map-5.f90: New test.
+
 2021-04-28  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/100182
index f987714219193c4586477f58240c5798a5212ab5..7c682e9a07d038243abf47264ef995d07457afa4 100644 (file)
@@ -1,3 +1,11 @@
+2021-04-29  Tom de Vries  <tdevries@suse.de>
+
+       Backported from master:
+       2021-04-29  Tom de Vries  <tdevries@suse.de>
+
+       PR target/100232
+       * testsuite/libgomp.c/target-43.c: New file.
+
 2021-04-27  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index 9c33b60fc35fee6c4c8d856dd3992b869bd73fed..8c0b4c00918de9f70072f24a3b8dcfe26f5a98f8 100644 (file)
@@ -1,3 +1,26 @@
+2021-04-29  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-04-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/100259
+       * include/experimental/internet (net::ip::make_error_code)
+       (net::ip::make_error_condition, net::ip::make_network_v4)
+       (net::ip::operator==(const udp&, const udp&)): Add 'inline'.
+
+2021-04-29  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2021-04-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/basic_string.h (__cpp_lib_constexpr_string): Define.
+       * include/std/version (__cpp_lib_constexpr_string): Define.
+       * testsuite/21_strings/char_traits/requirements/constexpr_functions_c++17.cc:
+       Check for __cpp_lib_constexpr_string.
+       * testsuite/21_strings/char_traits/requirements/constexpr_functions_c++20.cc:
+       Likewise.
+       * testsuite/21_strings/char_traits/requirements/version.cc: New test.
+
 2021-04-28  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: