gcc/libstdc++-v3/testsuite/27_io/headers
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
..
cinttypes Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
cstdio libstdc++/77795 Only declare ::gets for C++98 and C++11 2016-09-30 19:28:53 +01:00
fstream Update copyright years. 2016-01-04 15:30:50 +01:00
iomanip Update copyright years. 2016-01-04 15:30:50 +01:00
ios Update copyright years. 2016-01-04 15:30:50 +01:00
iostream Update copyright years. 2016-01-04 15:30:50 +01:00
istream Update copyright years. 2016-01-04 15:30:50 +01:00
ostream Update copyright years. 2016-01-04 15:30:50 +01:00
sstream Update copyright years. 2016-01-04 15:30:50 +01:00
streambuf Update copyright years. 2016-01-04 15:30:50 +01:00