From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15926 invoked by alias); 25 Jun 2012 08:49:33 -0000 Received: (qmail 15908 invoked by uid 22791); 25 Jun 2012 08:49:31 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta02.westchester.pa.mail.comcast.net (HELO qmta02.westchester.pa.mail.comcast.net) (76.96.62.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jun 2012 08:49:18 +0000 Received: from omta02.westchester.pa.mail.comcast.net ([76.96.62.19]) by qmta02.westchester.pa.mail.comcast.net with comcast id SYpJ1j0010QuhwU51YpJh8; Mon, 25 Jun 2012 08:49:18 +0000 Received: from bag6-1-pt.tunnel.tserv3.fmt2.ipv6.he.net ([IPv6:2001:470:1f04:ae1::2]) by omta02.westchester.pa.mail.comcast.net with comcast id SYpD1j0010P3DwE3NYpF76; Mon, 25 Jun 2012 08:49:16 +0000 Subject: Re: [Patch, Darwin, x86] fix 53283 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <097D2BAD-3A64-4EF9-B6C9-03E31F51B904@codesourcery.com> Date: Mon, 25 Jun 2012 08:54:00 -0000 Cc: GCC Patches Content-Transfer-Encoding: quoted-printable Message-Id: <1C87FE55-2F4B-49C0-B025-658F4D819612@comcast.net> References: <097D2BAD-3A64-4EF9-B6C9-03E31F51B904@codesourcery.com> To: Iain Sandoe X-IsSubscribed: yes 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 X-SW-Source: 2012-06/txt/msg01572.txt.bz2 On Jun 25, 2012, at 12:53 AM, Iain Sandoe wrote: > As described in the PR thread, Darwin was already using the TARGET_FOLD_B= UILTIN hook to process CFstrings. >=20 > The patch fixes the breakage by calling a SUBTARGET_FOLD_BUILTIN where de= fined (following similar patterns for other items that require sub-target h= andling). >=20 > OK for trunk? Ok.