Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Apr 2022 00:16:27 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Apr 2022 00:16:27 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index d2470b9..a3bcf1d 100644 (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
index 9759b52..76bd88a 100644 (file)
@@ -1 +1 @@
-20220423
+20220424
index b5eef7b..cad4990 100644 (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>