Daily bump.

This commit is contained in:
GCC Administrator 2022-04-09 00:16:56 +00:00
parent 7b4495d3c4
commit 405eda0d34
6 changed files with 96 additions and 1 deletions

View 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

View file

@ -1 +1 @@
20220408
20220409

View 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

View 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

View 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>

View 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