This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 220c410162e libiberty, Darwin : Fix simple-object LTO table for cross-e [...] new d2aa4e0b3b5 Objective-C: fix crash with -fobjc-nilcheck new d39367fa82d configure: Allow host fragments to react to --enable-host-shared.
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: Makefile.in | 3 +++ Makefile.tpl | 3 +++ config/mh-darwin | 8 ++++++++ gcc/objc/objc-act.c | 16 +++++++++------- gcc/objc/objc-next-runtime-abi-02.c | 22 +++++++--------------- gcc/testsuite/obj-c++.dg/pr101666-0.mm | 7 +++++++ gcc/testsuite/obj-c++.dg/pr101666-1.mm | 10 ++++++++++ gcc/testsuite/obj-c++.dg/pr101666.inc | 29 +++++++++++++++++++++++++++++ gcc/testsuite/objc.dg/pr101666-0.m | 7 +++++++ gcc/testsuite/objc.dg/pr101666-1.m | 10 ++++++++++ gcc/testsuite/objc.dg/pr101666.inc | 29 +++++++++++++++++++++++++++++ 11 files changed, 122 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/obj-c++.dg/pr101666-0.mm create mode 100644 gcc/testsuite/obj-c++.dg/pr101666-1.mm create mode 100644 gcc/testsuite/obj-c++.dg/pr101666.inc create mode 100644 gcc/testsuite/objc.dg/pr101666-0.m create mode 100644 gcc/testsuite/objc.dg/pr101666-1.m create mode 100644 gcc/testsuite/objc.dg/pr101666.inc