]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add ChangeLogs for the previous commit.
authorAndrew Pinski <apinski@marvell.com>
Sun, 23 May 2021 08:11:06 +0000 (08:11 +0000)
committerAndrew Pinski <apinski@marvell.com>
Sun, 23 May 2021 08:11:06 +0000 (08:11 +0000)
gcc/ChangeLog
gcc/testsuite/ChangeLog

index 956faa31b41fc7dd2cca7b522d7072902be177ab..0d11d1cc652615fb5910133822d9f5e73a3abea2 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-23  Andrew Pinski  <apinski@marvell.com>
+
+       * match.pd ((A & C) != 0 ? D : 0): Limit to non pointer types.
+
 2021-05-22  Aaron Sawdey  <acsawdey@linux.ibm.com>
 
        * config/rs6000/genfusion.pl (gen_addadd): Fix incorrect attr types.
index f7b97fa4deff1c299958181948280eab8ec0d1ea..efffad2fa54279055c9ec51b4d19bcd138612635 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-23  Andrew Pinski  <apinski@marvell.com>
+
+       * gcc.dg/gimplefe-45.c: New test.
+
 2021-05-21  Aaron Sawdey  <acsawdey@linux.ibm.com>
 
        * gcc.target/powerpc/fusion-p10-addadd.c: New file.