]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Jan 2021 00:17:17 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 23 Jan 2021 00:17:17 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 0598fd83cbc936085242fd28fda3734c7b86275b..4f81a66b7655a5cadbea4f84f72214366d2ed61b 100644 (file)
@@ -1,3 +1,13 @@
+2021-01-22  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2021-01-20  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR tree-optimization/98535
+       * tree-vect-slp.c (duplicate_and_interleave): Use quick_grow_cleared.
+       If the high and low permutes are the same, remove the high permutes
+       from the working set and only continue with the low ones.
+
 2021-01-21  Christophe Lyon  <christophe.lyon@linaro.org>
 
        * config/arm/arm_mve.h (__arm_vcmpneq_s8): Fix return type.
index b319abb1d461184fd4013302bced3644d7ea5d1d..cd3ab91b01156695c6579f40dce275e9be7d84f3 100644 (file)
@@ -1 +1 @@
-20210122
+20210123
index 3200402901d2fe7ccbac1a6a7fb03b48a7f3c0fc..e1ac86619ee5e8cd6d60f7bb44bd3b1d56d1b2e5 100644 (file)
@@ -1,3 +1,9 @@
+2021-01-22  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/98790
+       * pt.c (maybe_instantiate_noexcept): Return false if FN is
+       error_mark_node.
+
 2021-01-14  Iain Sandoe  <iain@sandoe.co.uk>
 
        Backported from master:
index 5d4eab01484d2513588a0ecf0b711c06a8b587b0..720bd8f3b53b91df11c2c471a8e8a1eef29c4d98 100644 (file)
@@ -1,3 +1,16 @@
+2021-01-22  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/98790
+       * g++.dg/template/deduce8.C: New test.
+
+2021-01-22  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2021-01-20  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR tree-optimization/98535
+       * gcc.target/aarch64/sve/pr98535.c: New file.
+
 2021-01-19  Martin Jambor  <mjambor@suse.cz>
 
        Backported from master: