This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a5f0da9 Complete changes to "Ignore -ftree-parallelize-loops={0,1} using gt" new 3ac399d PR rtl-optimization/70574 * fwprop.c (forward_propagate_and [...] new e97d170 PR middle-end/70593 * tree-ssa-coalesce.c (build_ssa_confli [...]
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 | 13 +++++++++++ gcc/fwprop.c | 32 +++++++++++++++++++++++----- gcc/testsuite/ChangeLog | 8 +++++++ gcc/testsuite/gcc.target/i386/avx2-pr70574.c | 26 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr70593.c | 19 +++++++++++++++++ gcc/tree-ssa-coalesce.c | 17 +++++++++++++++ 6 files changed, 110 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/avx2-pr70574.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70593.c