This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/53872] [C++11] ADL bug in std::thread


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org

--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-07-20 07:13:27 UTC ---
The new test fails on older Solaris 8 versions:

Running target unix
FAIL: 30_threads/thread/adl.cc (test for excess errors)

I think you need to add:

// { dg-require-cstdint "" }
// { dg-require-gthreads "" }

like in the other tests, e.g id/hash.cc and id/operators.cc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]