This is an automated email from the git hooks/post-receive script.
git pushed a change to branch releases/gcc-8 in repository gcc.
from 786712503de Daily bump. new c68a93aaf5c Revert "rs6000: Fix infinite loop building ghostscript and [...] new 14eab35ebef Revert "Adjust how variable vector extraction is done." new cb7565c841d Revert "Fix bad code of vector extract of PC-relative addre [...] new 1c2a976edb4 Daily bump. new 1aa8f8ef587 Daily bump. new 901f462bd75 Readd ChangeLog entries for new 0afd41f8e65 Backport 08bf7bde9f2987b1c623d272cc71fc14a1622442 new ab2818a64eb Daily bump. new cf3497d37bb Daily bump. new 8cd3bffead2 Update ChangeLog and version files for release new ae88ae18fa1 Bump BASE-VER to 8.4.1 new b8fc27379c1 maintainer-scripts: Speed up git clone in gcc_release new f4e748747a6 i386: Properly pop restore token in signal frame new 38296a44a0e lto: Also copy .note.gnu.property section new 6352c50d06a [Fortran] Disable front-end optimization for OpenACC atomic [...] new a9e9ff7b8a4 gimplify: Don't optimize register const vars to static [PR93949] new 7191ace5b8e Daily bump. new ce1281ffc19 Daily bump. new 932faa2ee1b Daily bump. new b4b9f03c3cc Daily bump. new 58ee464cbe5 Daily bump. new e6f7fb18728 Daily bump. new caba313a9a5 Daily bump. new 3d46f4875c6 arm: correct constraints on movsi_compare0 [PR91913] new 6215083b9cd Daily bump. new 92902501c2a Fix incorrect filling of delay slots in branchy code at -O2 new 8c55e44368d tree-optimization/94163 constrain alignment set by PRE new d72abee8906 Fix wrong year in ChangeLog.
The 28 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: ChangeLog | 4 + config/ChangeLog | 4 + contrib/ChangeLog | 4 + contrib/header-tools/ChangeLog | 4 + contrib/reghunt/ChangeLog | 4 + contrib/regression/ChangeLog | 4 + fixincludes/ChangeLog | 4 + gcc/BASE-VER | 2 +- gcc/ChangeLog | 86 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/brig/ChangeLog | 4 + gcc/c-family/ChangeLog | 4 + gcc/c/ChangeLog | 4 + gcc/config/arm/arm.md | 11 ++- gcc/config/rs6000/rs6000.c | 79 ++++++++------------ gcc/config/rs6000/vsx.md | 8 +- gcc/configure | 2 +- gcc/configure.ac | 2 +- gcc/cp/ChangeLog | 4 + gcc/fortran/ChangeLog | 13 ++++ gcc/fortran/frontend-passes.c | 1 + gcc/gimplify.c | 1 + gcc/go/ChangeLog | 4 + gcc/jit/ChangeLog | 4 + gcc/lto/ChangeLog | 4 + gcc/objc/ChangeLog | 4 + gcc/objcp/ChangeLog | 4 + gcc/po/ChangeLog | 4 + gcc/reorg.c | 26 +++++-- gcc/resource.c | 21 +++++- gcc/resource.h | 1 + gcc/testsuite/ChangeLog | 34 +++++++++ gcc/testsuite/gcc.c-torture/compile/pr93949.c | 7 ++ gcc/testsuite/gcc.target/powerpc/pr93658.c | 20 ----- gcc/testsuite/gcc.target/powerpc/vsx-vector-6-le.c | 2 +- gcc/testsuite/gfortran.dg/goacc/atomic-1.f90 | 17 +++++ gcc/testsuite/gfortran.dg/pr91913.f90 | 5 ++ gcc/tree-ssa-pre.c | 3 +- gnattools/ChangeLog | 4 + gotools/ChangeLog | 4 + include/ChangeLog | 4 + intl/ChangeLog | 4 + libada/ChangeLog | 4 + libatomic/ChangeLog | 4 + libbacktrace/ChangeLog | 4 + libcc1/ChangeLog | 4 + libcpp/ChangeLog | 4 + libcpp/po/ChangeLog | 4 + libdecnumber/ChangeLog | 4 + libffi/ChangeLog | 4 + libgcc/ChangeLog | 13 ++++ libgcc/config/i386/shadow-stack-unwind.h | 43 +++++++++++ libgcc/config/libbid/ChangeLog | 4 + libgfortran/ChangeLog | 4 + libgomp/ChangeLog | 4 + libhsail-rt/ChangeLog | 4 + libiberty/ChangeLog | 13 ++++ libiberty/simple-object.c | 3 + libitm/ChangeLog | 4 + libmpx/ChangeLog | 4 + libobjc/ChangeLog | 4 + liboffloadmic/ChangeLog | 4 + libquadmath/ChangeLog | 4 + libsanitizer/ChangeLog | 4 + libssp/ChangeLog | 4 + libstdc++-v3/ChangeLog | 4 + libvtv/ChangeLog | 4 + lto-plugin/ChangeLog | 4 + maintainer-scripts/ChangeLog | 8 ++ maintainer-scripts/gcc_release | 19 ++++- zlib/ChangeLog | 4 + 72 files changed, 528 insertions(+), 94 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93949.c delete mode 100644 gcc/testsuite/gcc.target/powerpc/pr93658.c create mode 100644 gcc/testsuite/gfortran.dg/goacc/atomic-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91913.f90