From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25268 invoked by alias); 26 Sep 2016 08:30:52 -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 25243 invoked by uid 89); 26 Sep 2016 08:30:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=tester X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 26 Sep 2016 08:30:41 +0000 Received: from [10.142.168.14] (p5DD19A7C.dip0.t-ipconnect.de [93.209.154.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 4DBBF3F44C; Mon, 26 Sep 2016 04:30:36 -0400 (EDT) Date: Mon, 26 Sep 2016 09:21:00 -0000 From: Gerald Pfeifer To: Martin Sebor cc: Jakub Jelinek , Jeff Law , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix various minor gimple-ssa-sprintf.c issues In-Reply-To: <7f35dddc-af39-1329-cca6-33a88955a469@gmail.com> Message-ID: References: <20160921150954.GC7282@tucnak.redhat.com> <7f35dddc-af39-1329-cca6-33a88955a469@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2016-09/txt/msg01790.txt.bz2 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. Gerald