This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 10e6720 Fix failing test due to order of dg-directives new 9c74d3d Daily bump. new b53bb29 Daily bump. new 39c6919 [Darwin] Back-port fix for PR71767. new 30ab965 [Darwin] Back-port fix for PR57438. new 5497e7a [Darwin] Back-port fix for PR67710.
The 5 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 | 81 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config.in | 19 ++++ gcc/config/darwin-driver.c | 28 +++++- gcc/config/darwin-sections.def | 5 + gcc/config/darwin.c | 114 ++++++++++++++++------ gcc/config/darwin.h | 51 +++++++++- gcc/config/darwin.opt | 9 ++ gcc/config/darwin10.h | 5 + gcc/config/darwin12.h | 7 +- gcc/config/i386/darwin.h | 5 +- gcc/config/i386/i386.c | 93 ++++++++++++------ gcc/config/rs6000/rs6000.c | 45 +++++++-- gcc/configure | 115 ++++++++++++++++++++++- gcc/configure.ac | 74 +++++++++++++++ gcc/testsuite/ChangeLog | 34 +++++++ gcc/testsuite/g++.dg/abi/key2.C | 1 + gcc/testsuite/g++.dg/torture/darwin-cfstring-3.C | 4 +- gcc/testsuite/gcc.dg/const-uniq-1.c | 2 +- gcc/testsuite/gcc.dg/darwin-minversion-1.c | 4 +- gcc/testsuite/gcc.dg/darwin-minversion-2.c | 4 +- gcc/testsuite/gcc.dg/darwin-minversion-3.c | 4 +- gcc/testsuite/gcc.dg/pr57438-1.c | 16 ++++ gcc/testsuite/gcc.dg/pr57438-2.c | 23 +++++ gcc/testsuite/gcc.dg/torture/darwin-cfstring-3.c | 4 +- libgcc/ChangeLog | 9 ++ libgcc/config/t-darwin | 4 + 27 files changed, 674 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr57438-1.c create mode 100644 gcc/testsuite/gcc.dg/pr57438-2.c