hexfloat.cc: Add dg-require-string-conversions.

* testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
	Add dg-require-string-conversions.
	* testsuite/27_io/headers/cstdio/types_std.cc: Test for fpos_t.

From-SVN: r216398
This commit is contained in:
Jonathan Wakely 2014-10-17 13:21:29 +01:00 committed by Jonathan Wakely
parent 37285913f3
commit 6666a3ef87
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-10-17 Jonathan Wakely <jwakely@redhat.com>
* testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
Add dg-require-string-conversions.
* testsuite/27_io/headers/cstdio/types_std.cc: Test for fpos_t.
2014-10-17 Ville Voutilainen <ville.voutilainen@gmail.com>
Implement the Library Fundamentals v1 variable templates.

View File

@ -1,4 +1,5 @@
// { dg-options "-std=gnu++11" }
// { dg-require-string-conversions "" }
// 2014-03-27 Rüdiger Sonderfeld
// test the hexadecimal floating point inserters (facet num_put)

View File

@ -23,5 +23,5 @@ namespace gnu
{
std::size_t s;
std::FILE f;
std::FILE fpos_t;
std::fpos_t p;
}