This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3600b1ff14a Fortran: ICE in gfc_conv_expr_present w. defined assignment [...] new 04ba1300407 tree-optimization/112859 - bogus loop distribution new 52366356fe7 middle-end/118643 - ICE with out-of-bound decl access new 343e1083eb9 rtl-optimization/118662 - wrong combination of vector sign-extends
The 3 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/combine.cc | 5 +++++ gcc/expr.cc | 7 ++++--- gcc/testsuite/gcc.dg/pr118643.c | 11 +++++++++++ gcc/testsuite/gcc.dg/torture/pr112859.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr115347.c | 21 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr118662.c | 18 ++++++++++++++++++ gcc/tree-loop-distribution.cc | 27 ++++++++++++++++----------- 7 files changed, 99 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr118643.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr112859.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr115347.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr118662.c