This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53872] [C++11] ADL bug in std::thread
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 20 Jul 2012 07:13:27 +0000
- Subject: [Bug libstdc++/53872] [C++11] ADL bug in std::thread
- Auto-submitted: auto-generated
- References: <bug-53872-4@http.gcc.gnu.org/bugzilla/>
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.