From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5814 invoked by alias); 27 Sep 2016 17:31:27 -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 5794 invoked by uid 89); 27 Sep 2016 17:31:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-yw0-f194.google.com Received: from mail-yw0-f194.google.com (HELO mail-yw0-f194.google.com) (209.85.161.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Sep 2016 17:31:16 +0000 Received: by mail-yw0-f194.google.com with SMTP id g192so814014ywh.0 for ; Tue, 27 Sep 2016 10:31:16 -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=eFt48wGFWmbrVoTV8TNQI/43zwClW2QaB+D4sKTWmNo=; b=XSb6gf0V3mxA1xGERREq7tErqaY/MX/TgPfqIMN8CTUPOdQfzgzqdfzLIB5L9pU8ek FFravi4lEAqs1GQD3+kXEBXGj5Qynie9ekwl24zx2HE22qDIazdawhuPOAeXzHkPH9h0 ZgI8V+vXsUk5uAaQu6R3ieBLVM1K3FPlE1//sVQZeqKibVtrzt5s8HDhJF2HmFngHmmV EMoMzgXQxiR6JF4XDzhqYvkRAjfEBtl9qLPP9hyDdoxnTxXO8iCqkyj/3oEQpKIBJazP GeeUAi8c9Vfg7D8LObhbeLrfdwNFXYtrNAq+Vw1mOvTkUISs9O/Pm9v5IRVjmYc5HO/U S1EA== X-Gm-Message-State: AE9vXwMw/imGSUdaRs2s4TPlaSSNgUjVRKULawE0OSxOLr7fcPQlKM/kCo0q+sXqfxb/7A== X-Received: by 10.13.232.150 with SMTP id r144mr23461403ywe.353.1474997475322; Tue, 27 Sep 2016 10:31:15 -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 o14sm1377305ywd.3.2016.09.27.10.31.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Sep 2016 10:31:14 -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> <979ef9fb-a63f-7948-6c05-f98448557694@gmail.com> Cc: Jakub Jelinek , Jeff Law , gcc-patches@gcc.gnu.org From: Martin Sebor Message-ID: <7fea7339-65bc-8fd8-8ffb-7923749574c5@gmail.com> Date: Tue, 27 Sep 2016 17:52: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/msg02030.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 should perhaps mention that since the patch is straightforward I'll go ahead and commit it as obvious unless there are objections. Martin