OSDN Git Service

* parser.c (cp_parser_class_specifier): Set class location to that
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / net.C
index be8b962..1f5987d 100644 (file)
@@ -1,5 +1,5 @@
+// { dg-do assemble  }
 // Bug: g++ doesn't instantiate function templates in instantiate_type.
-// Build don't link:
 
 template <class T> void fn (T t) { }
 template <class T> struct A {