public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/45191]  New: unqualified atomic access
@ 2010-08-05  8:50 bkoz at gcc dot gnu dot org
  2010-08-05  9:35 ` [Bug libstdc++/45191] " paolo dot carlini at oracle dot com
  0 siblings, 1 reply; 3+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2010-08-05  8:50 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=45191


^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <bug-45191-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2011-01-11 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-05  8:50 [Bug libstdc++/45191] New: unqualified atomic access bkoz at gcc dot gnu dot org
2010-08-05  9:35 ` [Bug libstdc++/45191] " paolo dot carlini at oracle dot com
     [not found] <bug-45191-4@http.gcc.gnu.org/bugzilla/>
2011-01-11 16:34 ` paolo.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).