gcc/libstdc++-v3/testsuite
Jonathan Wakely 3824ac481e PR libstdc++/59568 don't use putback or update value when extraction fails
PR libstdc++/59568
	* include/std/complex (operator>>): Only use putback if a character
	was successfully extracted and only set the value if a number was
	successfully extracted.
	* testsuite/26_numerics/complex/inserters_extractors/char/59568.cc:
	New test.

From-SVN: r255633
2017-12-14 11:53:02 +00:00
..
17_intro re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors)) 2017-08-20 19:00:59 +00:00
18_support Define __cpp_lib_byte feature-test macro 2017-10-20 19:19:09 +01:00
19_diagnostics
20_util PR libstdc++/83395 fix invocable traits for INVOKE<cv void> 2017-12-12 18:07:24 +00:00
21_strings PR libstdc++/79162 Fix std::string regression due to LWG 2946 2017-09-20 19:52:56 +01:00
22_locale Fix typo in std::wbuffer_convert 2017-12-01 17:11:59 +00:00
23_containers PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354) 2017-12-01 17:50:59 +00:00
24_iterators Fix failing C++17 test 2017-09-20 17:51:03 +01:00
25_algorithms Fix tests for std::clamp 2017-09-21 11:11:21 +01:00
26_numerics PR libstdc++/59568 don't use putback or update value when extraction fails 2017-12-14 11:53:02 +00:00
27_io PR libstdc++/81395 fix crash when write follows large read 2017-10-23 18:16:38 +01:00
28_regex PR libstdc++/81002 fix std::basic_regex range constructor 2017-06-07 17:50:36 +01:00
29_atomics
30_threads PR libstdc++/79433 no #error for including headers with wrong -std 2017-10-20 16:14:29 +01:00
abi
backward
config
data
decimal
experimental Fix invalid path::iterator test 2017-10-21 02:16:57 +01:00
ext PR libstdc++/81751 don't call fflush(NULL) 2017-08-14 13:14:09 +01:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions
tr1
tr2
util PR libstdc++/81092 add std::wstring symbols and bump library version 2017-06-16 13:18:53 +01:00
Makefile.am
Makefile.in