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: Peter O'Gorman
Subject: Re: inline related build failures on MacOS X 10.5
Date: Fri, 11 Apr 2008 12:23:00 -0500
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Bruno Haible wrote:
> 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'.

It is unlikely that there will be a version of gcc from Apple based on
gcc-4.3 or later (because Apple is currently not introducing any GPLv3
software).

http://www.opensource.apple.com/darwinsource/10.5/
gcc-5465 is the first publicly released version of gcc-4.0.1 from Apple
with this feature.

Note that what will become Xcode-3.1 seems to have this fixed:
http://www.opensource.apple.com/darwinsource/iPhoneSDKBeta3/gcc-5479/gcc/c-cppbuiltin.c
compare to:
http://www.opensource.apple.com/darwinsource/10.5/gcc-5465/gcc/c-cppbuiltin.c

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

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