gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely 96e0367ead PR libstdc++/83025 fix constraints for path overloads in <fstream>
PR libstdc++/83025
	* include/std/fstream (basic_filebuf::_If_path): Move to
	namespace-scope and rename to _If_fs_path.
	(basic_filebuf::open): Use new name.
	(basic_ifstream(_Path, ios::openmode))
	(basic_ifstream::open(_Path, ios::openmode))
	(basic_ofstream(_Path, ios::openmode))
	(basic_ofstream::open(_Path, ios::openmode))
	(basic_fstream(_Path, ios::openmode))
	(basic_fstream::open(_Path, ios::openmode)): Use _If_fs_path.
	* testsuite/27_io/basic_filebuf/open/char/path.cc: Test with filename
	as non-const char*.
	* testsuite/27_io/basic_fstream/cons/char/path.cc: Likewise.
	* testsuite/27_io/basic_fstream/open/char/path.cc: Likewise.
	* testsuite/27_io/basic_ifstream/cons/char/path.cc: Likewise.
	* testsuite/27_io/basic_ifstream/open/char/path.cc: Likewise.
	* testsuite/27_io/basic_ofstream/cons/char/path.cc: Likewise.
	* testsuite/27_io/basic_ofstream/open/char/path.cc: Likewise.

From-SVN: r254871
2017-11-17 14:07:58 +00:00
..
basic_filebuf PR libstdc++/83025 fix constraints for path overloads in <fstream> 2017-11-17 14:07:58 +00:00
basic_fstream PR libstdc++/83025 fix constraints for path overloads in <fstream> 2017-11-17 14:07:58 +00:00
basic_ifstream PR libstdc++/83025 fix constraints for path overloads in <fstream> 2017-11-17 14:07:58 +00:00
basic_ios
basic_iostream
basic_istream PR libstdc++/53984 handle exceptions in basic_istream::sentry 2017-07-25 21:36:06 +01:00
basic_istringstream
basic_ofstream PR libstdc++/83025 fix constraints for path overloads in <fstream> 2017-11-17 14:07:58 +00:00
basic_ostream Get rid of dg-skip-if etc. default args 2017-06-17 15:32:28 +00:00
basic_ostringstream Use pthread effective-target in testsuite 2017-06-15 12:18:05 +00:00
basic_streambuf
basic_stringbuf PR libstdc++/81381 support stateful allocators in basic_stringbuf 2017-07-10 18:59:02 +01:00
basic_stringstream PR libstdc++/81338 correctly manage string capacity 2017-07-10 18:58:56 +01:00
filesystem Minor improvements to Filesystem tests 2017-11-15 18:22:43 +00:00
fpos
headers libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. 2017-10-24 20:20:12 +00:00
ios_base Get rid of dg-skip-if etc. default args 2017-06-17 15:32:28 +00:00
manipulators
objects
types invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. 2017-09-15 18:15:46 +02:00
rvalue_streams-2.cc PR libstdc++/80675, PR libstdc++/80940 2017-06-21 22:53:26 +03:00
rvalue_streams.cc