Daily bump.

This commit is contained in:
GCC Administrator 2022-04-24 00:16:27 +00:00
parent 1ceddd7497
commit afe0b5b7ce
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2022-04-23 Jakub Jelinek <jakub@redhat.com>
PR target/105338
* config/i386/i386-expand.cc (ix86_expand_int_movcc): Handle
op0 == cst1 ? op0 : op3 like op0 == cst1 ? cst1 : op3 for the non-cmov
cases.
2022-04-22 Segher Boessenkool <segher@kernel.crashing.org>
PR target/105334

View File

@ -1 +1 @@
20220423
20220424

View File

@ -1,3 +1,8 @@
2022-04-23 Jakub Jelinek <jakub@redhat.com>
PR target/105338
* gcc.target/i386/pr105338.c: New test.
2022-04-22 Mikael Morin <mikael@gcc.gnu.org>
Richard Biener <rguenther@suse.de>