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 a6378029183 vect: Fix offset calculation for -ve strides [PR93767] new 74dcd197556 doc: backport proper description of --enable-checking behavior new e803bacc369 Fix link failure with debug info in LTO mode
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/ChangeLog | 13 +++++++ gcc/doc/install.texi | 69 ++++++++++++++++++++---------------- gcc/dwarf2out.c | 1 + gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gnat.dg/lto24.adb | 10 ++++++ gcc/testsuite/gnat.dg/lto24_pkg1.ads | 17 +++++++++ gcc/testsuite/gnat.dg/lto24_pkg2.adb | 8 +++++ gcc/testsuite/gnat.dg/lto24_pkg2.ads | 5 +++ 8 files changed, 99 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/lto24.adb create mode 100644 gcc/testsuite/gnat.dg/lto24_pkg1.ads create mode 100644 gcc/testsuite/gnat.dg/lto24_pkg2.adb create mode 100644 gcc/testsuite/gnat.dg/lto24_pkg2.ads