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

index 1eca96baa5d709aa30d3722662d1970c51c5dbda..c9c2fc6b6a3a38d42edb895d76a7fd62d8b92691 100644 (file)
@@ -1,3 +1,30 @@
+2021-05-05  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
+
+       Backported from master:
+       2021-05-05  Stefan Schulze Frielinghaus  <stefansf@linux.ibm.com>
+
+       PR rtl-optimization/100263
+       * postreload.c (move2add_valid_value_p): Ensure register can
+       change mode.
+
+2021-05-05  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2021-05-05  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/98786
+       * tree-ssa-phiopt.c (factor_out_conditional_conversion): Avoid
+       adding new uses of abnormals.
+
+2021-05-05  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2021-04-23  Alex Coplan  <alex.coplan@arm.com>
+
+       PR rtl-optimization/100230
+       * early-remat.c (early_remat::sort_candidates): Use delete[]
+       instead of delete for array allocated with new[].
+
 2021-05-04  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index eb085aa83ab239cd32a50a98598cd3f39f167b60..8e159d5342000a49c70947206c3b058b93837c8e 100644 (file)
@@ -1 +1 @@
-20210505
+20210506
index f6fd07ff2a31f6163fb99eb6d15f2a3e318c4323..239d7295ddc419f3a82fbb9fed5e93238c353fb2 100644 (file)
@@ -1,3 +1,11 @@
+2021-05-05  Richard Biener  <rguenther@suse.de>
+
+       Backported from master:
+       2021-05-05  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/98786
+       * gcc.dg/torture/pr98786.c: New testcase.
+
 2021-05-04  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: