re PR testsuite/36155 (UTF tests doesn't work on Linux)
2008-05-06 H.J. Lu <hongjiu.lu@intel.com> PR testsuite/36155 * g++.dg/ext/utf32-4.C: Fix a typo. From-SVN: r135008
This commit is contained in:
parent
68a97d242c
commit
4247363384
@ -1,3 +1,8 @@
|
||||
2008-05-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR testsuite/36155
|
||||
* g++.dg/ext/utf32-4.C: Fix a typo.
|
||||
|
||||
2008-05-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR testsuite/36155
|
||||
|
@ -13,6 +13,6 @@ const static char32_t c5 = u'\u2029';
|
||||
const static char32_t c6 = u'\U00064321'; /* { dg-warning "constant too long" } */
|
||||
const static char32_t c7 = L'a';
|
||||
const static char32_t c8 = L'\u2029';
|
||||
const static char32_t c9 = L'\U00064321'; /* { dg-warning "constant too long" { target { ! 4byte_wchar_t } } } */
|
||||
const static char32_t c9 = L'\U00064321'; /* { dg-warning "constant too long" "" { target { ! 4byte_wchar_t } } } */
|
||||
|
||||
int main () {}
|
||||
|
Loading…
Reference in New Issue
Block a user