]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.jason/crash8.C
g++-dg.exp (g++-dg-test): Add "repo" option.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / crash8.C
index cadda2f4764ddd42adc3dec1e476a09b8eeec547..061652db2257ad00c07dd95328497f3a845b7f96 100644 (file)
@@ -1,6 +1,7 @@
+// { dg-do assemble  }
 struct A {
   A();
-  A(A);                                // ERROR - copy ctor must take reference
+  A(A);                                // { dg-error "" } copy ctor must take reference
 };
 int main()
 {