This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: NIOS and atomic primitives


On 19 April 2015 at 03:06, Sandra Loosemore wrote:
> Is it one of the standard g++ or libstdc++ test cases that is failing? I
> could check what nios2-elf does with it if I knew what to look for.

Libstdc++ does not use the __sync built-ins in the 4.9 branch, it has
switched to the __atomic ones which should be provided by libatomic,
if that exists for the target.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]