Re: [PHP-DEV] HEAD does not compile with GCC 4.0.1

2005-06-16 Thread Marcus Boerger
Hello Andi, they funnily added the ability to specify the compiler 'flavor'. Meaning you are able to specify how the compiler should treat your code in terms of c-spcs and compiler additions being used to spcifically force certain behavior of a certain version. Since we are developing against C9

RE: [PHP-DEV] HEAD does not compile with GCC 4.0.1

2005-06-13 Thread Andi Gutmans
Ignore my previous email. I see you are ahead of me :) At 11:04 AM 6/13/2005 +0400, Dmitry Stogov wrote: Hi, Is GCC 4.0.1 already released? Did you try GCC 4.0.0? Something was changed in GCC. The error message is proper, but I don't understand why this became a error. Probably I'll need to ta

RE: [PHP-DEV] HEAD does not compile with GCC 4.0.1

2005-06-13 Thread Andi Gutmans
Dmitry, Maybe for the beta we should have an #if ZEND_GCC_VERSION > of the 4.0.1 version number so that it compiles. In parallel, we should try and get in touch with gcc developers list and see why they broke this. What do you think? Andi At 11:59 AM 6/13/2005 +0300, Jani Taskinen wrote:

RE: [PHP-DEV] HEAD does not compile with GCC 4.0.1

2005-06-13 Thread Jani Taskinen
See also http://bugs.php.net/bug.php?id=33212&edit=1 --Jani On Mon, 13 Jun 2005, Dmitry Stogov wrote: Hi, Is GCC 4.0.1 already released? Did you try GCC 4.0.0? Something was changed in GCC. The error message is proper, but I don't understand why this became a error. Probably I'll ne

Re: [PHP-DEV] HEAD does not compile with GCC 4.0.1

2005-06-13 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > /usr/local/src/php/php-5.1/Zend/zend_execute.c:47: > error: 'zend_error_noreturn' aliased to external symbol 'zend_error' Forgot to add: This is with GCC 4.0.1-pre20050607. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B

RE: [PHP-DEV] HEAD does not compile with GCC 4.0.1

2005-06-13 Thread Dmitry Stogov
Hi, Is GCC 4.0.1 already released? Did you try GCC 4.0.0? Something was changed in GCC. The error message is proper, but I don't understand why this became a error. Probably I'll need to take advice from somebody of GCC developers. Thanks. Dmitry. > -Original Message- > From: news [mail