Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39417 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30206 invoked from network); 28 Jul 2008 19:55:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2008 19:55:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.178 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.178 mho-01-bos.mailhop.org Received: from [63.208.196.178] ([63.208.196.178:64073] helo=mho-01-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/77-24886-3342E884 for ; Mon, 28 Jul 2008 15:55:32 -0400 Received: from cs78255253.pp.htv.fi ([62.78.255.253] helo=[127.0.0.1]) by mho-01-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KNYoa-000BLY-Vw; Mon, 28 Jul 2008 19:55:29 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 62.78.255.253 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19RV6GO9/jdJ9iu5lB9e93Uh7jz68PBQfI= Message-ID: <488E242F.3090407@sci.fi> Date: Mon, 28 Jul 2008 22:55:27 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Stanislav Malyshev CC: 'PHP Internals' References: <488E204C.9010809@zend.com> In-Reply-To: <488E204C.9010809@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c] From: jani.taskinen@sci.fi (Jani Taskinen) Stanislav Malyshev kirjoitti: > Hi! > > I wanted to ask people here about this patch. See history in > http://bugs.php.net/bug.php?id=43487 but basically there's some gcc out > there that miscompiles zend_strtod.c. We can fix it, probably at some > marginal performance cost, but the question is - should we? It's > pre-release compiler and not in the latest version. The problem was experienced by 5 persons at least. "Fixing" it would cost everybody, not fixing propably very marginal group using out-dated and buggy gcc.. > So can anyone using non-prerelease gcc of any recent version - or > non-gcc compiler even - reproduce this? Should we keep the change or > just tell people "use working compiler"? It was reported to happen with GCC 4.2.1..but is that recent enough? I would go with that "Get a working compiler" option..but you know me.. :D --Jani