From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94650 invoked by alias); 10 Apr 2015 05:42:34 -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 94641 invoked by uid 89); 10 Apr 2015 05:42:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp5-g21.free.fr Received: from smtp5-g21.free.fr (HELO smtp5-g21.free.fr) (212.27.42.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 10 Apr 2015 05:42:32 +0000 Received: from Macintosh-5.local (unknown [IPv6:2a01:e35:2eec:7d0:2820:3be3:8b4e:dc5e]) by smtp5-g21.free.fr (Postfix) with ESMTP id 575B0D48070; Fri, 10 Apr 2015 07:40:10 +0200 (CEST) Message-ID: <552762BF.6000501@free.fr> Date: Fri, 10 Apr 2015 05:42:00 -0000 From: Tristan Gingold User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Jakub Jelinek , Bernhard Reutner-Fischer CC: GCC Patches , Douglas Rupp Subject: Re: [PATCH] PR target/55143: undefined reference to `c_default_pointer_mode' References: <1428607654-16888-1-git-send-email-rep.dot.nop@gmail.com> <20150409194135.GO19273@tucnak.redhat.com> <20150409200929.GP19273@tucnak.redhat.com> In-Reply-To: <20150409200929.GP19273@tucnak.redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-04/txt/msg00429.txt.bz2 On 09/04/15 22:09, Jakub Jelinek wrote: > The c_default_pointer_mode is very ugly hack, but guess at least for > now it is ok for trunk. > > Jakub Could you suggest a better approach ? Tristan.