From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6696 invoked by alias); 28 Sep 2016 04:41:21 -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 6676 invoked by uid 89); 28 Sep 2016 04:41:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=lingered X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Sep 2016 04:40:52 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4A3BE92399; Wed, 28 Sep 2016 04:40:51 +0000 (UTC) Received: from localhost.localdomain (ovpn-116-106.phx2.redhat.com [10.3.116.106]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8S4eo3w004704; Wed, 28 Sep 2016 00:40:50 -0400 Subject: Re: [PATCH] Fix various minor gimple-ssa-sprintf.c issues To: Martin Sebor , Gerald Pfeifer References: <20160921150954.GC7282@tucnak.redhat.com> <7f35dddc-af39-1329-cca6-33a88955a469@gmail.com> <979ef9fb-a63f-7948-6c05-f98448557694@gmail.com> Cc: Jakub Jelinek , gcc-patches@gcc.gnu.org From: Jeff Law Message-ID: <56e6923d-6996-abec-ad11-65e925bd825f@redhat.com> Date: Wed, 28 Sep 2016 04:43: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: <979ef9fb-a63f-7948-6c05-f98448557694@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg02085.txt.bz2 On 09/27/2016 11:29 AM, Martin Sebor wrote: > 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 I didn't see this in my folder of things to review, so sorry it lingered. It's OK for the trunk. THanks, Jeff