From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83505 invoked by alias); 11 Nov 2016 16:17:32 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 83490 invoked by uid 89); 11 Nov 2016 16:17:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=haven, haven=e2, H*M:mentor?= X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Nov 2016 16:17:21 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1c5EVy-0001ep-Ls from Iain_Sandoe@mentor.com ; Fri, 11 Nov 2016 08:17:18 -0800 Received: from [127.0.0.1] (137.202.0.87) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 11 Nov 2016 16:17:14 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: [fixincludes] Fix macOS 10.12 and (PR sanitizer/78267) From: Iain Sandoe In-Reply-To: <5D0F34A7-12A8-4DEC-915A-4BE37CFD76A1@comcast.net> Date: Fri, 11 Nov 2016 16:17:00 -0000 CC: GCC Patches , Bruce Korb Content-Transfer-Encoding: quoted-printable Message-ID: <9DDB7AF3-3836-4E89-AA5E-2A142E37FE31@mentor.com> References: <5D0F34A7-12A8-4DEC-915A-4BE37CFD76A1@comcast.net> To: Rainer Orth X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) X-SW-Source: 2016-11/txt/msg01134.txt.bz2 Hi Rainer, Thanks for the patch! > On 11 Nov 2016, at 11:18, Mike Stump wrote: >=20 > On Nov 11, 2016, at 2:15 AM, Rainer Orth wr= ote: >> The patch passes fixincludes make check (this time for real ;-) and >> restores macOS 10.12 bootstrap. >=20 > No objections from me. On x86_64-darwin14, there still seem to be fails /usr/include/os/base.h=20 /usr/include/dispatch/dispatch.h /usr/include/dispatch/object.h of kinds __has_extension() and block syntax. (I haven=E2=80=99t had a chance to check any other OS revs yet). Iain