]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 Sep 2021 00:18:41 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 Sep 2021 00:18:41 +0000 (00:18 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 863943b9c7692d917b5aeeb1949dc49e10e6a759..54c62dc0499f10401358957be9be3c5ee167ab77 100644 (file)
@@ -1,3 +1,19 @@
+2021-09-01  Marek Polacek  <polacek@redhat.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/101592
+       * fold-const.c (make_range_step): Return NULL_TREE for NULLPTR_TYPE.
+
+2021-09-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-09-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/102124
+       * tree-vect-patterns.c (vect_recog_widen_op_pattern): For ORIG_CODE
+       MINUS_EXPR, if itype is unsigned with smaller precision than type,
+       add an extra cast to signed variant of itype to ensure sign-extension.
+
 2021-08-31  Thomas Schwinge  <thomas@codesourcery.com>
 
        Backported from master:
index 97ea5d481a17a65ffa3c4c102e78bda1c39c0213..c1532a2693f3746ffb136e77b8720849b83829ca 100644 (file)
@@ -1 +1 @@
-20210901
+20210902
index ca1c12c4ae7ed85a7e89bdad672db3382b055e41..a313b0ba877fe48c91f843627389d456ad5092da 100644 (file)
@@ -1,3 +1,17 @@
+2021-09-01  Marek Polacek  <polacek@redhat.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       PR c++/101592
+       * g++.dg/warn/Wlogical-op-3.C: New test.
+
+2021-09-01  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2021-09-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/102124
+       * gcc.dg/torture/pr102124.c: New test.
+
 2021-08-30  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: