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 af08d7265bb nvptx: Fix up nvptx build against latest libstdc++ [PR100375] new 4595028e721 rtl-optimization/98144 - tame REE memory usage new 6f2a65357f7 tree-optimization/100053 - fix predication in VN
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/df-problems.c | 28 +++++++++++++++++++++------- gcc/df.h | 1 + gcc/testsuite/gcc.dg/torture/pr100053.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c | 21 +++++++++++++++++++++ gcc/tree-ssa-sccvn.c | 21 +++++++++++++-------- 5 files changed, 81 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr100053.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c