gcc/libstdc++-v3/testsuite
Jonathan Wakely 9ed83a33c0 Fix -Wunused warnings in libstdc++ headers
* config/io/basic_file_stdio.h (__basic_file): Remove name of unused
	parameter.
	* include/bits/boost_concept_check.h: Add pragmas to disable
	-Wunused-local-typedef warnings.
	* include/bits/codecvt.h (codecvt_byname<char16_t, char, mbstate_t>)
	(codecvt_byname<char32_t, char, mbstate_t>): Remove name of unused
	parameter.
	* include/bits/locale_facets_nonio.tcc (time_get::do_get_weekday)
	(time_get::do_get_monthname, time_get::do_get_year): Remove unused
	variables.
	* include/std/bitset (_Base_bitset<0>::_M_getword): Remove name of
	unused parameter.
	* include/std/streambuf (_IsUnused): Define.
	(basic_streambuf::imbue, basic_streambuf::pbackfail)
	(basic_streambuf::overflow): Add macro to unused parameters.
	* testsuite/24_iterators/operations/prev_neg.cc: Adjust dg-error.

From-SVN: r255391
2017-12-04 23:07:39 +00:00
..
17_intro
18_support Add [[nodiscard]] attribute to std::launder 2017-11-24 00:00:46 +00:00
19_diagnostics
20_util Disable -Wliteral-suffix for standard UDLs 2017-12-01 16:10:25 +00:00
21_strings Add [[nodiscard]] attribute to C++17 components 2017-11-23 22:11:21 +00:00
22_locale streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istreambuf_iterator of char types to be friend. 2017-11-20 22:30:28 +00:00
23_containers PR libstdc++/83226 avoid forming pointer-to-reference type 2017-11-30 13:45:37 +00:00
24_iterators Fix -Wunused warnings in libstdc++ headers 2017-12-04 23:07:39 +00:00
25_algorithms streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istreambuf_iterator of char types to be friend. 2017-11-20 22:30:28 +00:00
26_numerics Implement LWG 2733 and LWG 2759 2017-11-14 20:11:33 +02:00
27_io Add [[nodiscard]] attribute to C++17 components 2017-11-23 22:11:21 +00:00
28_regex
29_atomics
30_threads
abi
backward
config
data
decimal
experimental Minor improvements to Filesystem tests 2017-11-15 18:22:43 +00:00
ext PR libstdc++/pr66689 - comp_ellint_3 and ellint_3 return garbage values 2017-11-19 01:01:50 +00:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions Fix failing tests caused by duplicate dg-options 2017-11-20 21:48:31 +00:00
tr1 Fix failing tests caused by duplicate dg-options 2017-11-20 21:48:31 +00:00
tr2
util Minor tweak to libstdc++ testsuite helper type 2017-11-11 00:10:07 +00:00
Makefile.am
Makefile.in Enable building libstdc++-v3 with Intel CET 2017-11-17 22:28:10 +01:00