This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from aa275ee2428 Backported from mainline 2019-07-30 Jakub Jelinek <jaku [...] new 54f8edaa38d [Darwin] Fix PR87030 and tidy config fragments. new 0750e873ab3 [Darwin, testsuite] Backport fix for PR67958.
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 | 51 ++++++++++++++++++++++ gcc/config.gcc | 38 +++++++++++----- gcc/config/i386/darwin.h | 17 ++++---- gcc/config/i386/{darwin64.h => darwin32-biarch.h} | 12 ++--- gcc/config/i386/{darwin64.h => darwin64-biarch.h} | 5 ++- gcc/config/i386/{t-darwin => t-darwin32-biarch} | 0 gcc/config/i386/{t-darwin64 => t-darwin64-biarch} | 0 gcc/config/rs6000/darwin.h | 7 ++- gcc/config/rs6000/darwin32-biarch.h | 49 +++++++++++++++++++++ .../rs6000/{darwin64.h => darwin64-biarch.h} | 14 ++++-- gcc/config/rs6000/{t-darwin8 => t-darwin32-biarch} | 0 .../rs6000/{t-darwin64 => t-darwin64-biarch} | 0 gcc/testsuite/ChangeLog | 16 +++++++ gcc/testsuite/gcc.target/i386/pr32219-1.c | 12 +++-- gcc/testsuite/gcc.target/i386/pr32219-2.c | 11 ++++- gcc/testsuite/gcc.target/i386/pr32219-3.c | 17 ++++++-- gcc/testsuite/gcc.target/i386/pr32219-4.c | 10 ++++- gcc/testsuite/gcc.target/i386/pr32219-5.c | 10 +++-- gcc/testsuite/gcc.target/i386/pr32219-6.c | 15 +++++-- gcc/testsuite/gcc.target/i386/pr32219-7.c | 16 +++++-- gcc/testsuite/gcc.target/i386/pr32219-8.c | 12 +++-- 21 files changed, 251 insertions(+), 61 deletions(-) copy gcc/config/i386/{darwin64.h => darwin32-biarch.h} (89%) rename gcc/config/i386/{darwin64.h => darwin64-biarch.h} (94%) rename gcc/config/i386/{t-darwin => t-darwin32-biarch} (100%) rename gcc/config/i386/{t-darwin64 => t-darwin64-biarch} (100%) create mode 100644 gcc/config/rs6000/darwin32-biarch.h rename gcc/config/rs6000/{darwin64.h => darwin64-biarch.h} (67%) rename gcc/config/rs6000/{t-darwin8 => t-darwin32-biarch} (100%) rename gcc/config/rs6000/{t-darwin64 => t-darwin64-biarch} (100%)