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 a40a84b55b6 PR target/91533 Backport from mainline 2019-06-30 Uroš [...] new 08910ccea7f [Darwin, Driver] Fix driver crashes with valid command line input. new 77e8acbd4e5 [Darwin, fixincludes] Backport fix for PR83531
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: fixincludes/ChangeLog | 12 +++ fixincludes/fixincl.x | 66 +++++++++++- fixincludes/inclhack.def | 27 +++++ fixincludes/tests/base/os/availability.h | 18 ++++ gcc/ChangeLog | 15 +++ gcc/config/darwin-driver.c | 145 ++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/gcc.dg/darwin-minversion-link.c | 26 +++++ 8 files changed, 289 insertions(+), 27 deletions(-) create mode 100644 fixincludes/tests/base/os/availability.h create mode 100644 gcc/testsuite/gcc.dg/darwin-minversion-link.c