Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-29 Thread Arnaud Le Blanc
On Monday 28 July 2008 23:11:21 Stanislav Malyshev wrote: > Hi! > > > The problem was experienced by 5 persons at least. > > How many persons is not very important, what important is how many > different compilers they used and how recent those are, in other words - > how frequently you could h

Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-29 Thread Hartmut Holzgraefe
Nuno Lopes wrote: I already expressed my opinion.. If you know what's the buggy gcc version, just fail at configure time if it's present. but with a test for the actual buggy behavior, not just the gcc version i'd assume? (thing "regression" ;) -- Hartmut Holzgraefe, MySQL Regional Support Man

Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-28 Thread Cristian Rodríguez
Stanislav Malyshev escribió: 4.2.1 prerelease as it seems. 4.1.2 doesn't seem to have this problem. I'm not sure I have any machine with 4.2.1 around, but probably somebody on the list does :) No such problem with gcc --version gcc (GCC) 4.2.1 (SUSE Linux) -- "A computer is like an Old

Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-28 Thread Alan Knowles
Nuno Lopes wrote: I already expressed my opinion.. If you know what's the buggy gcc version, just fail at configure time if it's present. With a notice and reference to the bug number - so If people are stuck with that compiler they can see a work around... Regards Alan Nuno On Mon, Jul

Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-28 Thread Stanislav Malyshev
Hi! The problem was experienced by 5 persons at least. How many persons is not very important, what important is how many different compilers they used and how recent those are, in other words - how frequently you could hit this bug in the wild. If it's just some pre-release of Mandrake - t

Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-28 Thread Nuno Lopes
I already expressed my opinion.. If you know what's the buggy gcc version, just fail at configure time if it's present. Nuno On Mon, Jul 28, 2008 at 20:38, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Hi! > > I wanted to ask people here about this patch. See history in > http://bugs.php.net/b

Re: [PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-28 Thread 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

[PHP-DEV] [Fwd: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_strtod.c]

2008-07-28 Thread Stanislav Malyshev
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