[Ada] Lock-free implementation of protected objects

Arnaud Charlet charlet@adacore.com
Mon Jul 23 15:16:00 GMT 2012


>> FWIW, I checked the build transcript for the failed case:
>> 
>> s-atopri.adb:40:10: "Support_Atomic_Primitives" is undefined (more
>> references follow)
>> make[8]: *** [s-atopri.o] Error 1
>> 
>> cheers
>> Iain
> 
> Just got the same error... investigating

Ah, so the issue is not in the compiler/targpam, but in a direct use in the
run-time, which is wrong as per previous discussions: we cannot rely on
Support_Atomic_Primitives to be present in all system files.

Arno



More information about the Gcc-patches mailing list