OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / tempcons.C
index 77cc732..a9974db 100644 (file)
@@ -1,8 +1,8 @@
+// { dg-do assemble  }
 // Bug: member initializers are allowed where they shouldn't be.
-// Build don't link:
 
 template <class T>
 struct A {
   int i;
-  Blarg () : i(0) { }          // ERROR - 
+  Blarg () : i(0) { }          // { dg-error "" } 
 };