This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/54004] __atomic_always_lock_free / __atomic_is_lock_free has a faulty implementation in which the target has no saying
- 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: Thu, 19 Jul 2012 22:26:45 +0000
- Subject: [Bug tree-optimization/54004] __atomic_always_lock_free / __atomic_is_lock_free has a faulty implementation in which the target has no saying
- Auto-submitted: auto-generated
- References: <bug-54004-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54004
Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #27819|0 |1
is obsolete| |
--- Comment #2 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2012-07-19 22:26:45 UTC ---
Created attachment 27838
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27838
An updated version that actually compiles
The s/mode_align/natural_align/ change didn't include the declaration. Sorry.