OSDN Git Service

2008-07-11 Dodji Seketeli <dseketel@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / error23.C
index 7d6fda2..21b2434 100644 (file)
@@ -1,7 +1,9 @@
+// { dg-options "-fshow-column -ansi -pedantic-errors -Wno-long-long" }
 // PR c++/19149
 
 struct QChar {
   QChar( char c );
   QChar( const QChar& c );
-  static const ; // { dg-error "" }
+  //following column number is not accurate enough but will make it for now
+  static const ; // { dg-error "10: error: declaration does not declare anything" }
 };