gcc/libstdc++-v3/testsuite
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
..
17_intro
18_support
19_diagnostics
20_util Make optional::reset noexcept, make optional::value work in constant expressions. 2016-09-29 18:20:28 +03:00
21_strings re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/compare/char/1.cc makes undefined memcmp call) 2016-09-26 12:46:19 +03:00
22_locale
23_containers debug.cc: Include debug/vector. 2016-09-25 20:26:02 +00:00
24_iterators
25_algorithms Fix dg-require before dg-run directives in testsuite. 2016-09-14 15:37:23 +02:00
26_numerics Implement LWG 2192 and LWG 2294 for std::abs 2016-09-30 17:07:43 +01:00
27_io libstdc++/77795 Only declare ::gets for C++98 and C++11 2016-09-30 19:28:53 +01:00
28_regex
29_atomics
30_threads
abi
backward
config
data
decimal
experimental Remove use of std::abs in experimental::{gcd,lcm} 2016-09-30 14:43:37 +01:00
ext Avoid reallocation for basic_string::clear() 2016-09-23 18:25:34 +01:00
lib Make libstdc++ tests FAIL on Python errors 2016-09-19 16:59:04 +01:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Implement C++17 node extraction and insertion (P0083R5) 2016-09-22 14:58:49 +01:00
libstdc++-xmethods
performance
special_functions
tr1
tr2
util Check for overflow in filesystem::last_write_time 2016-09-28 19:02:25 +01:00
Makefile.am
Makefile.in Disable .gnu.attributes tags in compatibility-ldbl.o 2016-09-29 07:33:17 +09:30