This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 8745c6b0d21 Daily bump. new b7bdb6462bb re PR rtl-optimization/81025 (gcc ICE while building glibc [...] new a9ac51b5497 haifa-sched: handle fallthru edge to EXIT block (PR 85899) new d884fba07f0 re PR tree-optimization/86159 (g++ ICE at -O1 and above on [...] new f2ca2b4e23e Add missing alignment checks in epilogue loop vectorisation [...]
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/haifa-sched.c | 2 +- gcc/reorg.c | 15 ++++++++++++++- gcc/testsuite/g++.dg/pr86159.C | 10 ++++++++++ gcc/testsuite/gcc.dg/pr85899.c | 17 +++++++++++++++++ gcc/testsuite/gfortran.dg/vect/vect-8-epilogue.F90 | 6 ++++++ gcc/tree-cfg.c | 6 ------ gcc/tree-vect-loop.c | 21 +++++++++++---------- 7 files changed, 59 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr86159.C create mode 100644 gcc/testsuite/gcc.dg/pr85899.c create mode 100644 gcc/testsuite/gfortran.dg/vect/vect-8-epilogue.F90