This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/28080] header dependencies
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2007 16:21:49 -0000
- Subject: [Bug libstdc++/28080] header dependencies
- References: <bug-28080-8082@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #18 from paolo at gcc dot gnu dot org 2007-03-02 16:21 -------
Subject: Bug 28080
Author: paolo
Date: Fri Mar 2 16:21:30 2007
New Revision: 122478
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122478
Log:
2007-03-02 Paolo Carlini <pcarlini@suse.de>
* testsuite/thread/pthread1.cc: Include <pthread.h>.
* testsuite/thread/pthread2.cc: Likewise.
* testsuite/thread/pthread3.cc: Likewise.
* testsuite/thread/pthread4.cc: Likewise.
* testsuite/thread/pthread5.cc: Likewise.
* testsuite/thread/pthread6.cc: Likewise.
* testsuite/thread/pthread7-rope.cc: Likewise.
2007-03-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28080 (partial)
* include/tr1/random (class random_device): Rework to use simple
<cstdio> input, do not include <fstream>.
* include/tr1/random.tcc (all inserters and extractors): Refer
to ios_base as base class of basic_istream or basic_ostream.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/tr1/random
trunk/libstdc++-v3/include/tr1/random.tcc
trunk/libstdc++-v3/testsuite/thread/pthread1.cc
trunk/libstdc++-v3/testsuite/thread/pthread2.cc
trunk/libstdc++-v3/testsuite/thread/pthread3.cc
trunk/libstdc++-v3/testsuite/thread/pthread4.cc
trunk/libstdc++-v3/testsuite/thread/pthread5.cc
trunk/libstdc++-v3/testsuite/thread/pthread6.cc
trunk/libstdc++-v3/testsuite/thread/pthread7-rope.cc
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080