This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 57906f22b45 [Darwin, fixincludes] Backport fixes Darwin14 header issues. new 342bf80f981 [Darwin, fixincludes] Backport fix for Darwin9/10 TR1 test fails. new 0c1983a2e85 [Darwin, fixincludes] Backport fix for PR83531 new bd23dfa0716 [Darwin, Driver] Fix driver crashes with valid command line input.
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: fixincludes/ChangeLog | 25 +++++ fixincludes/fixincl.x | 110 ++++++++++++++++++- fixincludes/inclhack.def | 51 ++++++++- fixincludes/tests/base/architecture/ppc/math.h | 5 + 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 +++++ 9 files changed, 370 insertions(+), 32 deletions(-) create mode 100644 fixincludes/tests/base/os/availability.h create mode 100644 gcc/testsuite/gcc.dg/darwin-minversion-link.c