bug-gmp
[Top][All Lists]
Advanced

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

Re: stdarg: don't put compiler in gnu99 mode by default


From: Ludovic Courtès
Subject: Re: stdarg: don't put compiler in gnu99 mode by default
Date: Sat, 12 Apr 2008 20:02:28 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Bruno Haible <address@hidden> writes:

> Oh, sorry for the duplicate report. Your report does not appear in
> http://lists.gnu.org/archive/html/bug-gmp/
> whereas mine does. And your report appears on gmane, but mine doesn't.
> Are these two different maiing lists??

The Gmane list appears to be address@hidden', which is the one
mentioned on http://gmplib.org/ , so these appears to be two different
lists, which is Bad(tm).

> Yeah, that was a syntax error of mine. I meant #if, not #ifdef:
>
> #ifdef __GNUC__
> #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)
> #define __GMP_EXTERN_INLINE extern __inline__ __attribute__ ((__gnu_inline__))

Hmm, OK, I had also misread the first `>' as `>='.

Thanks,
Ludovic.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]