Commit 5dfda042 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 48873ed2
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.> 2003-07-21 Doug Gregor <dgregor@apple.com.>
* include/bits/boost_concept_check.h: * include/bits/boost_concept_check.h:
......
...@@ -32,10 +32,8 @@ case ${query} in ...@@ -32,10 +32,8 @@ case ${query} in
echo ${INCLUDES} echo ${INCLUDES}
;; ;;
--build-includes) --build-includes)
INCLUDES="-nostdinc++ @GLIBCXX_INCLUDES@ INCLUDES="-nostdinc++ @GLIBCXX_INCLUDES@ -I${SRC_DIR}/libsupc++
-I${SRC_DIR}/libsupc++ -I${SRC_DIR}/libio -I${SRC_DIR}/include/backward -I${SRC_DIR}/testsuite"
-I${SRC_DIR}/include/backward
-I${SRC_DIR}/testsuite"
echo ${INCLUDES} echo ${INCLUDES}
;; ;;
--install-cxx) --install-cxx)
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
// 27.4.2.1.6 class ios_base::init // 27.4.2.1.6 class ios_base::init
#include <fstream> #include <fstream>
#include <typeinfo>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
// char_traits specialization // char_traits specialization
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
// 27.4.2.1.6 class ios_base::init // 27.4.2.1.6 class ios_base::init
#include <sstream> #include <sstream>
#include <typeinfo>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
// char_traits specialization // char_traits specialization
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
// 27.4.2.1.6 class ios_base::init // 27.4.2.1.6 class ios_base::init
#include <fstream> #include <fstream>
#include <typeinfo>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
// char_traits specialization // char_traits specialization
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
// 27.4.2.1.6 class ios_base::init // 27.4.2.1.6 class ios_base::init
#include <sstream> #include <sstream>
#include <typeinfo>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
// char_traits specialization // char_traits specialization
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment