Daily bump.

This commit is contained in:
GCC Administrator 2022-04-05 00:16:20 +00:00
parent d8ac63e4c6
commit 5e09bb1b2e
6 changed files with 79 additions and 1 deletions

View File

@ -1,3 +1,32 @@
2022-04-04 Alex Coplan <alex.coplan@arm.com>
* doc/match-and-simplify.texi: Fix typos.
2022-04-04 Jakub Jelinek <jakub@redhat.com>
PR target/105144
* config/aarch64/t-aarch64 (s-aarch64-tune-md): Do move-if-change
only if configured with --enable-maintainer-mode, otherwise compare
tmp-aarch64-tune.md with $(srcdir)/config/aarch64/aarch64-tune.md and
if they differ, emit a message and fail.
2022-04-04 Jakub Jelinek <jakub@redhat.com>
PR target/105144
* config/aarch64/t-aarch64 (s-mddeps): Depend on s-aarch64-tune-md.
* config/aarch64/aarch64-tune.md: Regenerated.
2022-04-04 Richard Biener <rguenther@suse.de>
PR tree-optimization/105132
* tree-vect-stmts.cc (vectorizable_operation): Check that
the input vectors have the same number of elements.
2022-04-04 Richard Biener <rguenther@suse.de>
PR middle-end/105140
* fold-const.cc (fold_convertible_p): Allow a TYPE_P arg.
2022-04-03 Jeff Law <jeffreyalaw@gmail.com>
PR target/104987

View File

@ -1 +1 @@
20220404
20220405

View File

@ -1,3 +1,14 @@
2022-04-04 Jason Merrill <jason@redhat.com>
PR c++/101894
* decl.cc (duplicate_decls): Copy DECL_FRIEND_CONTEXT.
2022-04-04 Jason Merrill <jason@redhat.com>
PR c++/103852
DR 1286
* pt.cc (get_underlying_template): Compare default template args.
2022-04-03 Benno Evers <benno.evers@tenzir.com>
Iain Sandoe <iain@sandoe.co.uk>

View File

@ -1,3 +1,7 @@
2022-04-04 Joseph Myers <joseph@codesourcery.com>
* sv.po: Update.
2022-04-01 Joseph Myers <joseph@codesourcery.com>
* gcc.pot: Regenerate.

View File

@ -1,3 +1,31 @@
2022-04-04 Jason Merrill <jason@redhat.com>
PR c++/101894
* g++.dg/lookup/friend22.C: New test.
2022-04-04 Jason Merrill <jason@redhat.com>
PR c++/103852
DR 1286
* g++.dg/cpp0x/alias-decl-dr1286a.C: Default args now matter.
* g++.dg/cpp1z/class-deduction-alias1.C: New test.
2022-04-04 Richard Biener <rguenther@suse.de>
PR tree-optimization/105132
* gcc.dg/torture/pr105132.c: New testcase.
2022-04-04 Richard Biener <rguenther@suse.de>
PR middle-end/105140
* gcc.dg/pr105140.c: New testcase.
2022-04-04 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/104740
* gdc.dg/simd_ctfe.d: Compile with target avx_runtime or
vect_sizes_16B_8B.
2022-04-03 Jakub Jelinek <jakub@redhat.com>
PR target/105123

View File

@ -1,3 +1,9 @@
2022-04-04 Tom de Vries <tdevries@suse.de>
* testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Use
on_device_arch_nvptx instead of offload_target_nvptx.
* testsuite/libgomp.fortran/examples-4/declare_target-2.f90: Same.
2022-04-01 Tom de Vries <tdevries@suse.de>
* testsuite/libgomp.fortran/examples-4/declare_target-1.f90: Define