On Thu, May 19, 2005 at 03:17:20PM +0200, Marcus Boerger wrote:
> Hello Ilia,
> 
>  gcc is becoming worse and worse. They completeley fuck up the c language.
> We should disallow gcc 4. Both 3.4 and 4 are doing some things just wrong.

Mmmmm, nice tasty FUD, guys.  Trailing comma in enum is a C99 extension
to the C language - if you care about pre-C99 compilers you shouldn't
use it.  IIRC some versions of the Tru64 cc reject it, for example.

Furthermore, I'm pretty sure GCC only warns about it if you use
-pedantic, i.e. when you explicitly ask it to issue warnings about
non-standard language construct.  I bet that's in your CFLAGS somewhere,
Ilia?

> Thursday, May 19, 2005, 3:13:28 PM, you wrote:
> 
> > Welcome to the GCC 4.0 world, in GCC 3.4 those only appear if you 
> > enabled pedantic flag, but in GCC 4.0 they appear as regular warning 
> > messages.
> 
> > Ilia
> 
> 
> 
> -- 
> Best regards,
>  Marcus                            mailto:[EMAIL PROTECTED]
> 
> -- 
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to