public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/54005] New: Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free
@ 2012-07-17 21:39 hp at gcc dot gnu.org
  2012-08-07 23:04 ` [Bug libstdc++/54005] " bkoz at gcc dot gnu.org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: hp at gcc dot gnu.org @ 2012-07-17 21:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54005

             Bug #: 54005
           Summary: Use __atomic_always_lock_free in libstdc++
                    is_lock_free instead of __atomic_is_lock_free
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hp@gcc.gnu.org
                CC: amacleod@redhat.com
        Depends on: 54004


According to http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2992.htm,
the is_lock_free property goes for all instances of a given type.  So,
libstdc++ should use __atomic_always_lock_free instead of __atomic_is_lock_free
as it does now, at r189499, libstdc++-v3/include/bits/atomic_base.h.  But
first, better fix the depended bugs.


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-04-03  2:37 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-17 21:39 [Bug libstdc++/54005] New: Use __atomic_always_lock_free in libstdc++ is_lock_free instead of __atomic_is_lock_free hp at gcc dot gnu.org
2012-08-07 23:04 ` [Bug libstdc++/54005] " bkoz at gcc dot gnu.org
2012-08-08 15:04 ` amacleod at redhat dot com
2012-08-14  2:46 ` hp at gcc dot gnu.org
2012-08-14  3:20 ` amacleod at redhat dot com
2012-08-14  3:27 ` amacleod at redhat dot com
2012-08-14  3:52 ` hp at gcc dot gnu.org
2012-08-14 13:46 ` amacleod at redhat dot com
2012-08-14 22:16 ` hp at gcc dot gnu.org
2012-08-14 22:45 ` amacleod at redhat dot com
2012-08-16 22:23 ` hp at gcc dot gnu.org
2012-08-28 18:10 ` bkoz at gcc dot gnu.org
2012-08-28 22:00 ` hp at gcc dot gnu.org
2012-08-30 19:25 ` bkoz at gcc dot gnu.org
2015-03-25 18:03 ` redi at gcc dot gnu.org
2015-03-27  6:55 ` hp at gcc dot gnu.org
2015-04-03  2:37 ` hp at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).