This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e21d696e78e Daily bump. new ff2fd85330d cse: Small boolization of follow_jumps argument to cse_find_path new c5ae6aaa9e7 vect/ifcvt: Don't factor out VEC_PERM_EXPR with constant ma [...]
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/cse.cc | 2 +- gcc/testsuite/gcc.dg/torture/pr123382-1.c | 18 ++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr123382-2.c | 18 ++++++++++++++++++ gcc/tree-if-conv.cc | 13 +++++++++++++ 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr123382-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr123382-2.c