gcc/libstdc++-v3/testsuite/27_io
Jonathan Wakely 36105dbdab libstdc++/77795 Only declare ::gets for C++98 and C++11
PR libstdc++/77795
	* acinclude.m4 (GLIBCXX_CHECK_STDIO_PROTO): Use -std=gnu++11 to check
	for gets.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* include/c_global/cstdio [!_GLIBCXX_HAVE_GETS] (gets): Only declare
	for C++98 and C++11.
	* include/c_std/cstdio [!_GLIBCXX_HAVE_GETS] (gets): Likewise.
	* testsuite/27_io/headers/cstdio/functions_neg.cc: New test.

From-SVN: r240672
2016-09-30 19:28:53 +01:00
..
basic_filebuf Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_fstream Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_ifstream Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_ios Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_iostream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_istream Update copyright years. 2016-01-04 15:30:50 +01:00
basic_istringstream Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_ofstream Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_ostream Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_ostringstream Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_streambuf Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
basic_stringbuf Update copyright years. 2016-01-04 15:30:50 +01:00
basic_stringstream Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
fpos Replace references to C++0x with C++11 in comments 2016-07-15 21:23:08 +01:00
headers libstdc++/77795 Only declare ::gets for C++98 and C++11 2016-09-30 19:28:53 +01:00
ios_base Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
manipulators 2.cc: Move dg-do run directive above dg-require-namedlocale directive. 2016-08-30 18:59:39 +02:00
objects Fix dg-require before dg-run directives in testsuite. 2016-09-14 15:37:23 +02:00
types Update copyright years. 2016-01-04 15:30:50 +01:00
rvalue_streams-2.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
rvalue_streams.cc Add c++11 effective target to tests for C++11 features 2016-08-17 20:23:15 +01:00