Daily bump.
This commit is contained in:
parent
7f195a2270
commit
5a66d7dd2b
6 changed files with 84 additions and 1 deletions
|
@ -1,3 +1,45 @@
|
|||
2022-06-17 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/105209
|
||||
* config/alpha/alpha-protos.h (alpha_store_data_bypass_p): New.
|
||||
* config/alpha/alpha.cc (alpha_store_data_bypass_p): New function.
|
||||
(alpha_store_data_bypass_p_1): Ditto.
|
||||
* config/alpha/ev4.md: Use alpha_store_data_bypass_p instead
|
||||
of generic store_data_bypass_p.
|
||||
(ev4_ist_c): Remove insn reservation.
|
||||
|
||||
2022-06-17 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/105970
|
||||
* config/i386/i386.cc (ix86_function_arg): Assert that
|
||||
the mode of pointer argumet is equal to ptr_mode, not Pmode.
|
||||
|
||||
2022-06-17 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/105993
|
||||
* config/i386/sse.md (vpmov splitter): Use (match_dup ...)
|
||||
instead of REGNO comparisons in combine splitter.
|
||||
|
||||
2022-06-17 Segher Boessenkool <segher@kernel.crashing.org>
|
||||
|
||||
* config/rs6000/rs6000.cc (rs6000_invalid_conversion): Correct some
|
||||
types.
|
||||
|
||||
2022-06-17 Kito Cheng <kito.cheng@sifive.com>
|
||||
|
||||
* config/riscv/bitmanip.md: Supress warning.
|
||||
|
||||
2022-06-17 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
PR target/106004
|
||||
* config/arm/arm.cc (arm_print_operand, case 'V'): Use UINTVAL.
|
||||
Clear bits in the mask above bit 31.
|
||||
|
||||
2022-06-17 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* config/arm/mve.md (*mve_mov<mode>): Re-order constraints
|
||||
to avoid spilling trivial literals to the constant pool.
|
||||
|
||||
2022-06-16 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* gimple-ssa-warn-access.cc (warn_string_no_nul): Add
|
||||
|
|
|
@ -1 +1 @@
|
|||
20220617
|
||||
20220618
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2022-06-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/106001
|
||||
* typeck.cc (build_x_shufflevector): Use fold_non_dependent_expr
|
||||
instead of maybe_constant_value.
|
||||
|
||||
2022-06-16 Nathan Sidwell <nathan@acm.org>
|
||||
|
||||
* decl2.cc (finish_objects): Add startp parameter, adjust.
|
||||
|
|
|
@ -1,3 +1,28 @@
|
|||
2022-06-17 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/106001
|
||||
* g++.dg/ext/builtin-shufflevector-4.C: New test.
|
||||
|
||||
2022-06-17 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/105209
|
||||
* gcc.target/alpha/pr105209.c: New test.
|
||||
|
||||
2022-06-17 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/105970
|
||||
* gcc.target/i386/pr105970.c: New test.
|
||||
|
||||
2022-06-17 Uroš Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR target/105993
|
||||
* gcc.target/i386/pr105993.c: New test.
|
||||
|
||||
2022-06-17 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* gcc.target/arm/acle/cde-mve-full-assembly.c: Adjust expected
|
||||
output.
|
||||
|
||||
2022-06-16 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* gcc.dg/analyzer/stdarg-1.c
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2022-06-17 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* libgomp.texi: Add table header for new features of
|
||||
OpenMP 5.2.
|
||||
|
||||
2022-06-15 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* testsuite/libgomp.c-c++-common/get-mapped-ptr-1.c (main): Initialize
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2022-06-17 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/21_strings/basic_string/cons/char/105995.cc: Add
|
||||
missing #include.
|
||||
|
||||
2022-06-16 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
PR libstdc++/105995
|
||||
|
|
Loading…
Add table
Reference in a new issue