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 c27f494f14c Daily bump. new 7f85c982a20 Fix bad code of vector extract of PC-relative address with [...] new e88c006ab2b Adjust how variable vector extraction is done. new 53efbfe030a rs6000: Fix infinite loop building ghostscript and icu [PR93658]
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/ChangeLog | 44 ++++++++++++ gcc/config/rs6000/rs6000.c | 79 ++++++++++++++-------- gcc/config/rs6000/vsx.md | 8 +-- gcc/testsuite/ChangeLog | 9 +++ gcc/testsuite/gcc.target/powerpc/pr93658.c | 20 ++++++ gcc/testsuite/gcc.target/powerpc/vsx-vector-6-le.c | 2 +- 6 files changed, 127 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr93658.c