char16_t.cc: Add dg-require-cstdint.
* testsuite/22_locale/codecvt/char16_t.cc: Add dg-require-cstdint. * testsuite/22_locale/codecvt/char32_t.cc: Likewise. From-SVN: r220795
This commit is contained in:
parent
fbd78d3dd8
commit
01bf6bdb10
3 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
* testsuite/22_locale/codecvt/char16_t.cc: New.
|
||||
* testsuite/22_locale/codecvt/in/wchar_t/1.cc: Fix typo.
|
||||
|
||||
* testsuite/22_locale/codecvt/char16_t.cc: Add dg-require-cstdint.
|
||||
* testsuite/22_locale/codecvt/char32_t.cc: Likewise.
|
||||
|
||||
2015-02-17 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||
Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-options "-std=gnu++11" }
|
||||
// { dg-require-cstdint "" }
|
||||
|
||||
// [locale.codecvt], C++11 22.4.1.4. specialization.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// { dg-options "-std=gnu++11" }
|
||||
// { dg-require-cstdint "" }
|
||||
|
||||
// 2014-04-24 Rüdiger Sonderfeld
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue