pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/chat/ircd-hybrid



On Tue, Aug 30, 2011 at 07:48:08PM +0000, David Holland wrote:
> On Mon, Aug 29, 2011 at 12:53:55PM +0200, Joerg Sonnenberger wrote:
>  > > Fix usage of inline semantics for compilers that pretend to be
>  > > gcc but aren't.
>  > 
>  > This is wrong as well. The important fact is that Clang defaults to C99
>  > mode and in that, newer GCC behaves just like it.
> 
> Nonetheless, the immediate problem was caused by clang lying about
> which compiler it is.

No, you are wrong. GCC 4.2 (which clang identifies as) behaves exactly
like this with -std=gnu99 or -std=c99.

Joerg



Home | Main Index | Thread Index | Old Index