2008-05-06 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 May 2008 21:35:33 +0000 (21:35 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 May 2008 21:35:33 +0000 (21:35 +0000)
PR testsuite/36155
* g++.dg/ext/utf32-4.C: Fix a typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135008 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c2434e7..9cd9e21 100644 (file)
@@ -1,6 +1,11 @@
 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
        * gcc.dg/utf32-4.c: Fix a typo.
 
        * lib/target-supports.exp (check_effective_target_4byte_wchar_t):
index 5da2e82..744fea7 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 () {}