gcc/libstdc++-v3/include/c_global
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
..
cassert Update copyright years. 2016-01-04 15:30:50 +01:00
ccomplex Ensure C++ language linkage in cmath and cstdlib 2016-01-20 12:34:25 +00:00
cctype Update copyright years. 2016-01-04 15:30:50 +01:00
cerrno Update copyright years. 2016-01-04 15:30:50 +01:00
cfenv Update copyright years. 2016-01-04 15:30:50 +01:00
cfloat Update copyright years. 2016-01-04 15:30:50 +01:00
cinttypes Update copyright years. 2016-01-04 15:30:50 +01:00
ciso646 Update copyright years. 2016-01-04 15:30:50 +01:00
climits Update copyright years. 2016-01-04 15:30:50 +01:00
clocale Update copyright years. 2016-01-04 15:30:50 +01:00
cmath Implement LWG 2192 and LWG 2294 for std::abs 2016-09-30 17:07:43 +01:00
csetjmp Update copyright years. 2016-01-04 15:30:50 +01:00
csignal Update copyright years. 2016-01-04 15:30:50 +01:00
cstdalign Update copyright years. 2016-01-04 15:30:50 +01:00
cstdarg re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails) 2016-02-23 15:57:09 +00:00
cstdbool Update copyright years. 2016-01-04 15:30:50 +01:00
cstddef re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails) 2016-02-23 15:57:09 +00:00
cstdint Update copyright years. 2016-01-04 15:30:50 +01:00
cstdio libstdc++/77795 Only declare ::gets for C++98 and C++11 2016-09-30 19:28:53 +01:00
cstdlib Implement LWG 2192 and LWG 2294 for std::abs 2016-09-30 17:07:43 +01:00
cstring Update copyright years. 2016-01-04 15:30:50 +01:00
ctgmath Ensure C++ language linkage in cmath and cstdlib 2016-01-20 12:34:25 +00:00
ctime Update copyright years. 2016-01-04 15:30:50 +01:00
cuchar Update copyright years. 2016-01-04 15:30:50 +01:00
cwchar Update copyright years. 2016-01-04 15:30:50 +01:00
cwctype Update copyright years. 2016-01-04 15:30:50 +01:00