This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 140722d * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Fix loo [...] new f08943b [PATCH] Allow FSM threader to thread more complex conditions
The 1 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 | 9 +++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 2 +- .../{ssa-dom-thread-11.c => ssa-thread-11.c} | 0 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-12.c | 72 ++++++++++++++++++++++ gcc/tree-ssa-threadbackward.c | 36 ++++++++++- gcc/tree-ssa-threadedge.c | 27 +++++--- 7 files changed, 139 insertions(+), 12 deletions(-) rename gcc/testsuite/gcc.dg/tree-ssa/{ssa-dom-thread-11.c => ssa-thread-11.c} (100%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-12.c