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