This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/54006] __atomic_always_lock_free inconsistent with __GCC_ATOMIC_INT_LOCK_FREE et al.
- From: "hp at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 17 Jul 2012 22:44:11 +0000
- Subject: [Bug c/54006] __atomic_always_lock_free inconsistent with __GCC_ATOMIC_INT_LOCK_FREE et al.
- Auto-submitted: auto-generated
- References: <bug-54006-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54006
--- Comment #1 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-07-17 22:44:11 UTC ---
By "the macros just check for presence of certain patterns" I mean the code
defining those macros, in c-family/c-cppbuiltin.c:cpp_atomic_builtins.