NIOS and atomic primitives
Jonathan Wakely
jwakely.gcc@gmail.com
Mon Apr 20 13:02:00 GMT 2015
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.
More information about the Gcc
mailing list