This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 526fadb0109 PPC64, fix documentation for __builtin_crypto_vpmsum* built [...] new a460bf38dc3 sccvn: Punt on ref->size not multiple of 8 for memset (, 12 [...] new b51057817d9 gimplify: Don't optimize register const vars to static [PR93949]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 12 +++++++ gcc/gimplify.c | 1 + gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/gcc.c-torture/compile/pr93949.c | 7 +++++ gcc/testsuite/gcc.c-torture/execute/pr93945.c | 45 +++++++++++++++++++++++++++ gcc/tree-ssa-sccvn.c | 3 +- 6 files changed, 77 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93949.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93945.c