bug-gnulib
[Top][All Lists]
Advanced

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

Re: inline related build failures on MacOS X 10.5


From: Bruno Haible
Subject: Re: inline related build failures on MacOS X 10.5
Date: Fri, 11 Apr 2008 16:49:14 +0200
User-agent: KMail/1.5.4

Ludovic Courtès wrote:
> FWIW, I solved it this way in Guile, based on what GNU R does:
> 
>   
> http://git.sv.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=7dc9ae7179b8b099897f8080b675e2a9c54d388c

Do you have information about the compilers with build numbers 5401..5464 ?

Btw, when the next version of Apple gcc comes out, based on gcc >= 4.3, and
defines __GNUC_STDC_INLINE__, this code will still use 'static inline'.
Whereas it could use
  extern __inline__ __attribute__ ((__gnu_inline__))
then, and simple
  __inline__
now with the build 5465.

Bruno





reply via email to

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