OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / conversion.C
index 80436f3..4c4b961 100644 (file)
@@ -1,5 +1,5 @@
+// { dg-do assemble  }
 // Bug: g++ doesn't find the conversion path from DPtr& to B*.
-// Build don't link:
 
 class B {};
 class D : public B {};