This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a856b4d97b8 [PR testsuite/118055] Trivial testsuite adjustment for m68k target new 4b1a2878ba3 cfgexpand: Factor out getting the stack decl index new 0014a858a14 cfgexpand: Rewrite add_scope_conflicts_2 to use cache and l [...] new 4f4722b0722 cfgexpand: Handle integral vector types and constructors fo [...] new 405c99c1721 perform affine fold to unsigned on non address expressions. [...]
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/cfgexpand.cc | 368 +++++++++++++++++++---- gcc/testsuite/g++.dg/torture/pr105769-1.C | 67 +++++ gcc/testsuite/gcc.dg/torture/pr117426-1.c | 53 ++++ gcc/testsuite/gcc.dg/tree-ssa/pr64705.c | 2 +- gcc/testsuite/gcc.target/i386/pr115462.c | 2 +- gcc/testsuite/gfortran.dg/addressing-modes_1.f90 | 37 +++ gcc/tree-ssa-loop-ivopts.cc | 20 +- 7 files changed, 474 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr105769-1.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr117426-1.c create mode 100644 gcc/testsuite/gfortran.dg/addressing-modes_1.f90