This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from fea97413ee1 Daily bump. new bd475d14d88 tree-optimization/100278 - handle mismatched code in TBAA a [...] new 329f730fd1d tree-optimization/98786 - fix issue with phiopt and abnormals
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/testsuite/gcc.dg/torture/pr98786.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr100278.c | 17 +++++++++++++++++ gcc/tree-ssa-phiopt.c | 6 ++++++ gcc/tree-ssa-pre.c | 10 ++++++++++ 4 files changed, 56 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/torture/pr98786.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr100278.c