r164339 - in /trunk/libstdc++-v3: ChangeLog inc...

paolo@gcc.gnu.org paolo@gcc.gnu.org
Thu Sep 16 14:55:00 GMT 2010


Author: paolo
Date: Thu Sep 16 14:55:37 2010
New Revision: 164339

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164339
Log:
2010-09-16  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/system_error (system_error::system_error(error_code),
	system_error(error_code, const string&), system_error(int, const
	error_category&), system_error(int, const error_category&,
	const string&)): Fix for what() to return the NBTS recommended in
	the Note in 19.5.6.2/14.
	* testsuite/19_diagnostics/system_error/cons-1.cc: Adjust.
	* testsuite/19_diagnostics/system_error/what-1.cc: Likewise.
	* testsuite/19_diagnostics/system_error/what-2.cc: Likewise.
	* testsuite/19_diagnostics/system_error/what-big.cc: Likewise.
	* testsuite/19_diagnostics/system_error/what-3.cc: Likewise.

	* testsuite/19_diagnostics/system_error/what-4.cc: Tidy includes.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/system_error
    trunk/libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/system_error/what-1.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/system_error/what-2.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/system_error/what-3.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/system_error/what-big.cc



More information about the Libstdc++-cvs mailing list