From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107776 invoked by alias); 27 Sep 2016 17:29:23 -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 107767 invoked by uid 89); 27 Sep 2016 17:29:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=awaits, Hx-languages-length:650 X-HELO: mail-yw0-f195.google.com Received: from mail-yw0-f195.google.com (HELO mail-yw0-f195.google.com) (209.85.161.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 17:29:12 +0000 Received: by mail-yw0-f195.google.com with SMTP id v2so807837ywg.3 for ; Tue, 27 Sep 2016 10:29:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=G/vUjPSDcTsE4+21DXvL0fJuxthssACpUXKSnXRh4iQ=; b=d8fpEcW/VO8ocjR7G8A6CiSz0mE6QiCqh4VtSYhALj3aW2sT7HRERlhUQtoSN6mPsi EkydMJUCVhamGvuHNuKwDs7GvOHYrG9o/NIplZB94WGzbA2ha0vv48P0ylYrLB4LM1lk DclZC/8+f52zBK2+oc6iYnOHBr/3OQ1R2vVRdHfT9ZQvEtW78a4pnmC8ElyjgTt4we01 h6wmCPrKnaCVeK0lRgGiz1S8Nrr/gO3xu1AEM/4rmuwmdZBFqcm2PUpaj2+EEmM/1AOV 5PHBbpfzMJSVA0v+WDJif8gxC2EQVoFbTEanlBP1zw3OuPcEq12FLpoLsnEG1gVb8KPG Svaw== X-Gm-Message-State: AE9vXwPPhgXmp7RHeLHtMGZPt/LqwJYpE8UKmSsBv4RrjPssszhUwSfh3OnRWyORXtlBpg== X-Received: by 10.129.78.20 with SMTP id c20mr22140591ywb.76.1474997350693; Tue, 27 Sep 2016 10:29:10 -0700 (PDT) Received: from [192.168.0.26] (75-166-199-51.hlrn.qwest.net. [75.166.199.51]) by smtp.gmail.com with ESMTPSA id n198sm1359930ywn.11.2016.09.27.10.29.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Sep 2016 10:29:09 -0700 (PDT) Subject: Re: [PATCH] Fix various minor gimple-ssa-sprintf.c issues To: Gerald Pfeifer References: <20160921150954.GC7282@tucnak.redhat.com> <7f35dddc-af39-1329-cca6-33a88955a469@gmail.com> Cc: Jakub Jelinek , Jeff Law , gcc-patches@gcc.gnu.org From: Martin Sebor Message-ID: <979ef9fb-a63f-7948-6c05-f98448557694@gmail.com> Date: Tue, 27 Sep 2016 17:33:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg02029.txt.bz2 On 09/26/2016 02:30 AM, Gerald Pfeifer wrote: > Hi Martin, > > I'm afraid there may be further fallout from your patch. GCC > now bootstraps fine on my tester, but building Wine I started > to see > > internal compiler error: in format_floating, at gimple-ssa-sprintf.c:1165 > > four or so days ago. > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77740 has the invocation > and a preprocessed input file. Thanks. (As I just commented in pr77740, so just to close to loop here) a patch for the problem awaits code review: https://gcc.gnu.org/ml/gcc-patches/2016-09/msg01470.html Martin