This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug nptl/24924] nptl/tst-rwlock9 and nptl/tst-rwlock18 fail on aarch64


https://sourceware.org/bugzilla/show_bug.cgi?id=24924

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |triegel at redhat dot com

--- Comment #10 from Andreas Schwab <schwab@linux-m68k.org> ---
This issue does not occur when pthread_rwlock_clockwrlock is compiled with gcc
8. With gcc 8, atomic_fetch_add_relaxed in pthread_rwlock_clockwrlock
(pthread_rwlock_common.c:636) uses ldaxr, whereas gcc 9 uses ldxr.  Simarily,
the expansion of atomic_compare_exchange_weak_acquire
(pthread_rwlock_common.c:747) has stlxr vs stxr.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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