This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52201] FAIL: 29_atomics/atomic/operators/51811.cc (test for excess errors)
- From: "dave.anglin at bell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 10 Feb 2012 22:44:17 +0000
- Subject: [Bug middle-end/52201] FAIL: 29_atomics/atomic/operators/51811.cc (test for excess errors)
- Auto-submitted: auto-generated
- References: <bug-52201-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52201
--- Comment #3 from dave.anglin at bell dot net 2012-02-10 22:44:17 UTC ---
On 2/10/2012 5:41 PM, John David Anglin wrote:
> There is only only one atomic instruction (ldcw).
Actually, loads and stores are also atomic and strongly ordered. But
that's it.