Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Apr 2022 00:16:56 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 9 Apr 2022 00:16:56 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/testsuite/ChangeLog
libgcc/ChangeLog
libstdc++-v3/ChangeLog

index 2a7e43d..cfdd355 100644 (file)
@@ -1,3 +1,41 @@
+2022-04-08  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       PR target/105157
+       * config.gcc: Shift ext_mask by TARGET_CPU_NBITS.
+       * config/aarch64/aarch64.h (TARGET_CPU_NBITS): New macro.
+       (TARGET_CPU_MASK): Likewise.
+       (TARGET_CPU_DEFAULT): Use TARGET_CPU_NBITS.
+       * config/aarch64/aarch64.cc (aarch64_get_tune_cpu): Use TARGET_CPU_MASK.
+       (aarch64_get_arch): Likewise.
+       (aarch64_override_options): Use TARGET_CPU_NBITS.
+
+2022-04-08  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105198
+       * tree-predcom.cc (find_looparound_phi): Check whether
+       the found memory location of the entry value is clobbered
+       inbetween the value we want to use and loop entry.
+
+2022-04-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/105189
+       * fold-const.cc (make_range_step): Fix up handling of
+       (unsigned) x +[low, -] ranges for signed x if low fits into
+       typeof (x).
+
+2022-04-08  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105175
+       * tree-vect-stmts.cc (vectorizable_operation): Suppress
+       -Wvector-operation-performance if using emulated vectors.
+       * tree-vect-generic.cc (expand_vector_piecewise): Do not diagnose
+       -Wvector-operation-performance when suppressed.
+       (expand_vector_parallel): Likewise.
+       (expand_vector_comparison): Likewise.
+       (expand_vector_condition): Likewise.
+       (lower_vec_perm): Likewise.
+       (expand_vector_conversion): Likewise.
+
 2022-04-07  Tamar Christina  <tamar.christina@arm.com>
 
        PR target/104409
index 59fcf3c..8f4b615 100644 (file)
@@ -1 +1 @@
-20220408
+20220409
index ea25ddb..b0fef44 100644 (file)
@@ -1,3 +1,8 @@
+2022-04-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/105149
+       * c-typeck.cc (c_build_va_arg): Reject function types.
+
 2022-03-22  Marek Polacek  <polacek@redhat.com>
 
        PR c/82283
index f03bdb5..3f545d2 100644 (file)
@@ -1,3 +1,29 @@
+2022-04-08  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105198
+       * gcc.dg/torture/pr105198.c: New testcase.
+
+2022-04-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/105187
+       * c-c++-common/torture/20050113-1.c: Add dg-additional-options
+       -Wno-psabi.
+
+2022-04-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/105149
+       * gcc.dg/pr105149.c: New test.
+
+2022-04-08  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/105189
+       * g++.dg/torture/pr105189.C: New test.
+
+2022-04-08  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/105175
+       * gcc.dg/pr105175.c: New testcase.
+
 2022-04-07   Michael Meissner  <meissner@linux.ibm.com>
 
        PR target/104253
index 8b2b9f4..ce0cb32 100644 (file)
@@ -1,3 +1,7 @@
+2022-04-08  Sergei Trofimovich  <siarheit@google.com>
+
+       * config/ia64/fde-glibc.c: Make a no-op in inhibit_libc mode.
+
 2022-03-29  Chenghua Xu  <xuchenghua@loongson.cn>
            Lulu Cheng  <chenglulu@loongson.cn>
 
index 7d2fe71..1b0000e 100644 (file)
@@ -1,3 +1,25 @@
+2022-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/105153
+       * include/std/expected
+       (expected<void,E>::expected(expected<U,G>&&)): Fix constraints.
+       * testsuite/20_util/expected/cons.cc: Check constructor.
+
+2022-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/105154
+       * include/std/expected (expected<void, E>::swap): Set
+       _M_has_value to false for objects that previously had a value.
+       * testsuite/20_util/expected/swap.cc: Fix test to check void
+       specialization.
+
+2022-04-08  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/105146
+       * include/std/expected (bad_expected_access): Move constructor
+       parameter.
+       * testsuite/20_util/expected/bad.cc: New test.
+
 2022-04-07  Hans-Peter Nilsson  <hp@axis.com>
 
        * testsuite/20_util/expected/requirements.cc: Correct minimal-size