From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15164 invoked by alias); 24 Jan 2014 15:41:00 -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 15155 invoked by uid 89); 24 Jan 2014 15:40:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 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; Fri, 24 Jan 2014 15:40:57 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0OFesEl000460 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 24 Jan 2014 10:40:55 -0500 Received: from localhost (ovpn-116-92.ams2.redhat.com [10.36.116.92]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s0OFerZF006181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 24 Jan 2014 10:40:54 -0500 Received: by localhost (Postfix, from userid 1000) id 154361632DD; Fri, 24 Jan 2014 16:40:52 +0100 (CET) From: Dodji Seketeli To: Markus Trippelsdorf Cc: Bernd Edlinger , Jakub Jelinek , GCC Patches , Tom Tromey , Manuel =?utf-8?B?TMOzcGV6LUliw6HDsWV6?= Subject: Re: [PATCH] preprocessor/58580 - preprocessor goes OOM with warning for zero literals References: <87y559xz7y.fsf@redhat.com> <20131031173649.GW27813@tucnak.zalov.cz> <87zjpbb5qu.fsf@redhat.com> <20131111142159.GZ27813@tucnak.zalov.cz> <878uwuap4f.fsf@redhat.com> <878uwt63e2.fsf@redhat.com> <20131113081610.GH27813@tucnak.zalov.cz> <87zjp7t73c.fsf@redhat.com> <87vbxcig8t.fsf@redhat.com> <20140124150532.GB396@x4> X-URL: http://www.redhat.com Date: Fri, 24 Jan 2014 15:41:00 -0000 In-Reply-To: <20140124150532.GB396@x4> (Markus Trippelsdorf's message of "Fri, 24 Jan 2014 16:05:32 +0100") Message-ID: <87iot9qtff.fsf@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-01/txt/msg01588.txt.bz2 Markus Trippelsdorf writes: > On 2014.01.22 at 09:16 +0100, Dodji Seketeli wrote: >> Bernd Edlinger writes: >> >> > Hi, >> >> Hello, >> >> > since there was no progress in the last 2 months on that matter, >> >> Sorry, this is my bad. I got sidetracked by something else and forgot >> that I had the patch working et al, and all its bits that need approval >> got approved. It still can go in right now. It improves performance >> and fixes the issue the way it was discussed. >> >> Here it is, regtested on x86_64-linux-gnu against trunk. >> >> If nobody objects in the next 24 hours, I'll commit it. > > The patch causes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59935 . > The follow-up patch (fp == NULL check) doesn't help. I am looking into that, sorry for the inconvenience. -- Dodji