This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c35bab08191 testsuite: arm: fix arm_v8_vfp_ok effective-target new a137663b934 New XOR fold routine. new 36c44c2d666 Update immediate use iterator documentation new 9ded9b80c11 Make FOR_EACH_IMM_USE_STMT work w/o fake imm use node new e82a29a9a7e SSA immediate use iterator checking
The 4 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/doc/tree-ssa.texi | 33 +++++++-- gcc/range-op-mixed.h | 66 +++++++++-------- gcc/range-op.cc | 77 ++++++++++++++++++++ gcc/ssa-iterators.h | 114 +++++++++++++++++++++--------- gcc/testsuite/gcc.dg/pr113632.c | 28 ++++++++ gcc/testsuite/gcc.dg/torture/pr122502-2.c | 23 ++++++ gcc/tree-core.h | 4 ++ gcc/tree-ssanames.cc | 4 ++ 8 files changed, 281 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr113632.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr122502-2.c