public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/45193]  New: unqualified atomic access
@ 2010-08-05  9:33 bkoz at gcc dot gnu dot org
  2010-08-05  9:35 ` [Bug libstdc++/45193] " paolo dot carlini at oracle dot com
  0 siblings, 1 reply; 2+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2010-08-05  9:33 UTC (permalink / raw)
  To: gcc-bugs

current implementation has issues with namespace scopes and allows unqualified
access, ie:

#include <atomic>

int main()
{
  atomic_int ai;
  return 0;
}

this should require std::atomic_int


-- 
           Summary: unqualified atomic access
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org


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


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

* [Bug libstdc++/45193] unqualified atomic access
  2010-08-05  9:33 [Bug libstdc++/45193] New: unqualified atomic access bkoz at gcc dot gnu dot org
@ 2010-08-05  9:35 ` paolo dot carlini at oracle dot com
  0 siblings, 0 replies; 2+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-08-05  9:35 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot carlini at oracle dot com  2010-08-05 09:34 -------


*** This bug has been marked as a duplicate of 45191 ***


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

end of thread, other threads:[~2010-08-05  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-05  9:33 [Bug libstdc++/45193] New: unqualified atomic access bkoz at gcc dot gnu dot org
2010-08-05  9:35 ` [Bug libstdc++/45193] " paolo dot carlini at oracle dot com

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).