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: Architecture maintainers: please define TARGET_ATOMIC_ASSIGN_EXPAND_FENV


"Joseph S. Myers" <joseph@codesourcery.com> writes:

> On Fri, 8 Nov 2013, Andreas Schwab wrote:
>
>> "Joseph S. Myers" <joseph@codesourcery.com> writes:
>> 
>> > The test gcc.dg/atomic/c11-atomic-exec-5.c will indicate if this is 
>> > working correctly for your architecture, as long as your system supports 
>> > pthreads (required to run that test).  If any of the other 
>> > c11-atomic-exec-* tests are failing, you should fix that first as it 
>> > indicates a more serious issue with atomic operations on your target.
>> 
>> All of the tests require sync_long_long_runtime, so they are currently
>> useless.
>
> The tests do not require sync_long_long_runtime.

True, but they require __atomic_store_16, which is generally not
available.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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