OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.bugs / 900208_04.C
index bcf0397..d01268d 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do assemble  }
 // g++ 1.36.1 bug 900208_04
 
 // The Cfront 2.0 reference manual (5.3.3) says "This type must be an
@@ -14,7 +15,7 @@ typedef void (func_type) ();
 
 void global_function_1 (func_type *p)
 {
-  delete p;            // ERROR - caught by Cfront 2.0 but not by g++ 1.36.1
+  delete p;            // { dg-error "" } caught by Cfront 2.0 but not by g++ 1.36.1
 }
 
 int main () { return 0; }