]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 a1476d6500d712575fd8d878f82df0d129b93987..4cb2b0d4153e8bde743e6da2158f8ead422fb9ce 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 1fcfb4d05ea3dea77d7db5c3832ae4d8bf4d2854..d10ca0ff9c9e0843df041ae3fdc3b3cf716f41f2 100644 (file)
@@ -1 +1 @@
-20220129
+20220130
index e87f4c70e4023f6c9b2f62124eac2650270be07c..024c46b1406f6f6f627a9032f28cd0571bf28fba 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.