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 be64fc4cab7 aarch64: Fix ICE due to aarch64_gen_compare_reg_maybe_ze [PR94435] new 4b1087f8dc7 middle-end/94206 fix memset folding to avoid types with padding new 4b0b6303dde tree-optimization/94103 avoid CSE of loads with padding
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 | 16 ++++++++++++++++ gcc/gimple-fold.c | 6 ++++++ gcc/testsuite/ChangeLog | 13 +++++++++++++ gcc/testsuite/gcc.dg/torture/pr94206.c | 17 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr94103.c | 17 +++++++++++++++++ gcc/tree-ssa-sccvn.c | 23 ++++++++++++++++------- 6 files changed, 85 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr94206.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94103.c