re PR testsuite/36155 (UTF tests doesn't work on Linux)
authorH.J. Lu <hongjiu.lu@intel.com>
Tue, 6 May 2008 21:35:33 +0000 (21:35 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 6 May 2008 21:35:33 +0000 (14:35 -0700)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/utf32-4.C

index c2434e7d42defadebcb273c1f9c4b7b8e338ad17..9cd9e2114ae5c2977ef7dc1fae432407dbf78ff1 100644 (file)
@@ -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
index 5da2e822702b219405abaa4f0a7b57072fe21268..744fea7c59d1b0e69239648954910b43e1fde6ed 100644 (file)
@@ -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 () {}