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

index a1476d6..4cb2b0d 100644 (file)
@@ -1,3 +1,12 @@
+2022-01-29  Jakub Jelinek  <jakub@redhat.com>
+           Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/104279
+       PR tree-optimization/104280
+       PR tree-optimization/104281
+       * match.pd (1 / X -> X == 1 for unsigned X): Build eq with
+       boolean_type_node and convert to type.  Formatting fixes.
+
 2022-01-28  Yoshinori Sato  <yo-satoh@sios.com>
 
        * config/sh/t-linux (MULTILIB_EXCEPTIONS): Add m1, mb/m1 and m2a.
index 1fcfb4d..d10ca0f 100644 (file)
@@ -1 +1 @@
-20220129
+20220130
index e87f4c7..024c46b 100644 (file)
@@ -1,3 +1,18 @@
+2022-01-29  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/95424
+       * gcc.dg/tree-ssa/divide-7.c: Fix up regexps in scan-tree-dump{,-not}.
+
+2022-01-29  Jakub Jelinek  <jakub@redhat.com>
+           Andrew Pinski  <apinski@marvell.com>
+
+       PR tree-optimization/104279
+       PR tree-optimization/104280
+       PR tree-optimization/104281
+       * gcc.dg/torture/pr104279.c: New test.
+       * gcc.dg/torture/pr104280.c: New test.
+       * gcc.dg/torture/pr104281.c: New test.
+
 2022-01-28  Navid Rahimi  <navidrahimi@microsoft.com>
 
        * gcc.dg/tree-ssa/pr103514.c: Testcase for this optimization.