gcc/libstdc++-v3/testsuite/27_io
Jason Merrill 97e3ad20b1 re PR c++/50920 (add a -std=c++11 option to the driver)
PR c++/50920
gcc/c-family
	* c-common.h (cxx_dialect): Add cxx11 and cxx03.
	* c.opt: Add -std=c++11, -std=gnu++11, -std=gnu++03,
	and -Wc++11-compat.
	* c-opts.c (set_std_cxx11): Rename from set_std_cxx0x.
gcc/cp
	* class.c (check_field_decl): Change c++0x in diags to c++11.
	* error.c (maybe_warn_cpp0x): Likewise.
	* parser.c (cp_parser_diagnose_invalid_type_name): Likewise.
	* pt.c (check_default_tmpl_args): Likewise.
libcpp
	* include/cpplib.h (enum c_lang): Rename CLK_CXX0X to CLK_CXX11,
	CLK_GNUCXX0X to CLK_GNUCXX11.
libstdc++-v3
	* include/bits/c++0x_warning.h: Change -std=c++0x to -std=c++11.

From-SVN: r180707
2011-10-31 15:34:14 -04:00
..
basic_filebuf re PR libstdc++/48566 (libstdc++-v3 testsuite failures due to missing includes) 2011-04-12 09:05:30 +00:00
basic_fstream
basic_ifstream
basic_ios [multiple changes] 2010-09-15 10:46:39 +00:00
basic_iostream
basic_istream PR libstdc++/26211 + N3168 2010-11-18 17:21:35 +00:00
basic_istringstream
basic_ofstream
basic_ostream [multiple changes] 2010-09-15 10:46:39 +00:00
basic_ostringstream
basic_streambuf [multiple changes] 2010-09-15 10:46:39 +00:00
basic_stringbuf [multiple changes] 2010-09-15 10:46:39 +00:00
basic_stringstream
fpos
headers re PR c++/50920 (add a -std=c++11 option to the driver) 2011-10-31 15:34:14 -04:00
ios_base assign_neg.cc: Tidy dg- directives, for C++0x testing too. 2011-10-06 14:43:26 +00:00
manipulators [multiple changes] 2010-09-15 10:46:39 +00:00
objects [multiple changes] 2010-09-15 10:46:39 +00:00
types
rvalue_streams.cc