NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/56832: __atomic_compare_exchange[_n] is wrong on non-mainstream platforms



The following reply was made to PR lib/56832; it has been noted by GNATS.

From: Tom Lane <tgl%sss.pgh.pa.us@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: lib/56832: __atomic_compare_exchange[_n] is wrong on non-mainstream platforms
Date: Sun, 15 May 2022 14:02:00 -0400

 Hmm, the version of this that was pulled up into netbsd-9 has one
 serious error: atomic_c11_compare_exchange_cas_32.c uses atomic_cas_8
 where it should use atomic_cas_32.  I did not look at HEAD but
 I suppose it's got the same problem.
 
 			regards, tom lane
 



Home | Main Index | Thread Index | Old Index