mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -8,6 +8,9 @@
|
||||||
* testsuite/22_locale/codecvt/char16_t.cc: New.
|
* testsuite/22_locale/codecvt/char16_t.cc: New.
|
||||||
* testsuite/22_locale/codecvt/in/wchar_t/1.cc: Fix typo.
|
* 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>
|
2015-02-17 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||||
Jonathan Wakely <jwakely@redhat.com>
|
Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// { dg-options "-std=gnu++11" }
|
// { dg-options "-std=gnu++11" }
|
||||||
|
// { dg-require-cstdint "" }
|
||||||
|
|
||||||
// [locale.codecvt], C++11 22.4.1.4. specialization.
|
// [locale.codecvt], C++11 22.4.1.4. specialization.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
// { dg-options "-std=gnu++11" }
|
// { dg-options "-std=gnu++11" }
|
||||||
|
// { dg-require-cstdint "" }
|
||||||
|
|
||||||
// 2014-04-24 Rüdiger Sonderfeld
|
// 2014-04-24 Rüdiger Sonderfeld
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue