This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6051a849aa1 Sync toplevel files from binutils-gdb new 0e91910c070 tree-optimization/122079 - PRE antic_compute doesn't converge new 0f8c6f479e6 tree-optimization/122079 - PRE antic compute doesn't converge
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/pr122079-1.c | 27 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr122079-2.c | 27 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr122079-3.c | 27 ++++++++++++++++++++++++ gcc/tree-ssa-pre.cc | 35 +++++++++++++++++++++++++++++-- 4 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr122079-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr122079-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr122079-3.c