From: Andrew Pinski Date: Sun, 23 May 2021 08:11:06 +0000 (+0000) Subject: Add ChangeLogs for the previous commit. X-Git-Tag: basepoints/gcc-13~7312 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1160d9c1e482ea1dc524c056aa8eeaff6b1a591e;p=thirdparty%2Fgcc.git Add ChangeLogs for the previous commit. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 956faa31b41f..0d11d1cc6526 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2021-05-23 Andrew Pinski + + * match.pd ((A & C) != 0 ? D : 0): Limit to non pointer types. + 2021-05-22 Aaron Sawdey * config/rs6000/genfusion.pl (gen_addadd): Fix incorrect attr types. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f7b97fa4deff..efffad2fa542 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2021-05-23 Andrew Pinski + + * gcc.dg/gimplefe-45.c: New test. + 2021-05-21 Aaron Sawdey * gcc.target/powerpc/fusion-p10-addadd.c: New file.