testsuite_flags.in (--build-includes): Remove extraneous paths for libio.
2003-07-21 Benjamin Kosnik <bkoz@redhat.com> * scripts/testsuite_flags.in (--build-includes): Remove extraneous paths for libio. * testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc (test03): Include typeinfo for bad_cast. * testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same. * testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same. * testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same. From-SVN: r69651
This commit is contained in:
parent
48873ed202
commit
5dfda04264
@ -1,3 +1,13 @@
|
||||
2003-07-21 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* scripts/testsuite_flags.in (--build-includes): Remove extraneous
|
||||
paths for libio.
|
||||
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
|
||||
(test03): Include typeinfo for bad_cast.
|
||||
* testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same.
|
||||
* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
|
||||
* testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same.
|
||||
|
||||
2003-07-21 Doug Gregor <dgregor@apple.com.>
|
||||
|
||||
* include/bits/boost_concept_check.h:
|
||||
|
@ -32,10 +32,8 @@ case ${query} in
|
||||
echo ${INCLUDES}
|
||||
;;
|
||||
--build-includes)
|
||||
INCLUDES="-nostdinc++ @GLIBCXX_INCLUDES@
|
||||
-I${SRC_DIR}/libsupc++ -I${SRC_DIR}/libio
|
||||
-I${SRC_DIR}/include/backward
|
||||
-I${SRC_DIR}/testsuite"
|
||||
INCLUDES="-nostdinc++ @GLIBCXX_INCLUDES@ -I${SRC_DIR}/libsupc++
|
||||
-I${SRC_DIR}/include/backward -I${SRC_DIR}/testsuite"
|
||||
echo ${INCLUDES}
|
||||
;;
|
||||
--install-cxx)
|
||||
|
@ -30,6 +30,7 @@
|
||||
// 27.4.2.1.6 class ios_base::init
|
||||
|
||||
#include <fstream>
|
||||
#include <typeinfo>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// char_traits specialization
|
||||
|
@ -30,6 +30,7 @@
|
||||
// 27.4.2.1.6 class ios_base::init
|
||||
|
||||
#include <sstream>
|
||||
#include <typeinfo>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// char_traits specialization
|
||||
|
@ -30,6 +30,7 @@
|
||||
// 27.4.2.1.6 class ios_base::init
|
||||
|
||||
#include <fstream>
|
||||
#include <typeinfo>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// char_traits specialization
|
||||
|
@ -30,6 +30,7 @@
|
||||
// 27.4.2.1.6 class ios_base::init
|
||||
|
||||
#include <sstream>
|
||||
#include <typeinfo>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
// char_traits specialization
|
||||
|
Loading…
Reference in New Issue
Block a user