From e89de59a4be436f5fa0a953a6ce238eeb42c7fda Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 23 Sep 2021 00:18:03 +0000 Subject: [PATCH] Daily bump. --- gcc/ChangeLog | 22 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 7 +++++++ 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4cdedbef168a..26a67908c258 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2021-09-22 Andreas Krebbel + + Backported from master: + 2021-09-22 Andreas Krebbel + + * config/s390/tpf.md (prologue_tpf, epilogue_tpf): Add cc clobber. + +2021-09-22 Andreas Krebbel + + Backported from master: + 2021-09-22 Andreas Krebbel + + PR target/102222 + * config/s390/s390.c (s390_expand_insv): Emit a normal move if it + is actually a full copy of the source operand into the target. + Don't emit a strict low part move if source and target mode match. + +2021-09-22 Kewen Lin + + * ipa-fnsummary.c (inline_read_section): Unpack a dummy bit + to keep consistent with the side of streaming out. + 2021-09-21 Segher Boessenkool Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 47a736e6a1c4..d6fc0609448e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20210922 +20210923 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2b904c126ad3..ee11ddd257fa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2021-09-22 Andreas Krebbel + + Backported from master: + 2021-09-22 Andreas Krebbel + + * gcc.target/s390/pr102222.c: New test. + 2021-09-21 Harald Anlauf Backported from master: -- 2.47.2