Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / g++.dg / ext / utf-cxx98.C
index a8dd13a..365118e 100644 (file)
@@ -8,9 +8,7 @@ const static char16_t   c0      = 'a';  /* { dg-error "not name a type" } */
 const static char32_t  c1      = 'a';  /* { dg-error "not name a type" } */
 
 const unsigned short   c2      = u'a'; /* { dg-error "not declared" } */
-       /* { dg-error "expected ',' or ';'" "" { target *-*-* } 10 } */
 const unsigned long    c3      = U'a'; /* { dg-error "not declared" } */
-       /* { dg-error "expected ',' or ';'" "" { target *-*-* } 12 } */
 
 #define u      1 +
 #define U      2 +