From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20433 invoked by alias); 28 Jan 2015 18:15:54 -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 16298 invoked by uid 89); 28 Jan 2015 18:15:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f182.google.com Received: from mail-yk0-f182.google.com (HELO mail-yk0-f182.google.com) (209.85.160.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 28 Jan 2015 18:15:46 +0000 Received: by mail-yk0-f182.google.com with SMTP id q9so9529691ykb.13 for ; Wed, 28 Jan 2015 10:15:44 -0800 (PST) X-Received: by 10.236.23.73 with SMTP id u49mr1805748yhu.73.1422468944948; Wed, 28 Jan 2015 10:15:44 -0800 (PST) Received: from [172.16.16.2] (adsl-75-18-217-87.dsl.pltn13.sbcglobal.net. [75.18.217.87]) by mx.google.com with ESMTPSA id o61sm3019535yhp.5.2015.01.28.10.15.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jan 2015 10:15:43 -0800 (PST) Message-ID: <54C9274C.3020507@gmail.com> Date: Wed, 28 Jan 2015 18:53:00 -0000 From: Bruce Korb User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: bkorb@gnu.org, Rainer Orth CC: GCC Patches , "Joseph S. Myers" Subject: Re: [fixincludes] Fix signbit on Solaris References: <54C926D4.5090905@gnu.org> In-Reply-To: <54C926D4.5090905@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg02518.txt.bz2 On 01/28/15 10:13, Bruce Korb wrote: > Hi Rainer, > > Sorry for the long delay. Anyway: > > On 01/28/15 06:12, Rainer Orth wrote: >>>> * In test_text, I had to backslash-escape the trailing \, otherwise they >>>> were eaten up. Whether or not I do this makes no difference for the >>>> generated fixincl.x, but only with the escaping does make check pass. >>> >>> Right. It likely gets massaged by a shell script somewhere. > > Line 88 of check.tpl: Oh, line 59 too: 59 cat >> [=(. sfile)=] <<_HACK_EOF_ 60 61 62 #if defined( [=(. HACK)=]_CHECK_[=(for-index)=] ) 63 [=test_text=] 64 #endif /* [=(. HACK)=]_CHECK_[=(for-index)=] */ 65 _HACK_EOF_