Commit c7b61316 by Nathan Sidwell

Add 'instantiated from' dg-error

From-SVN: r69632
parent b222f49a
...@@ -31,7 +31,7 @@ int main() ...@@ -31,7 +31,7 @@ int main()
Bar<int> bar; Bar<int> bar;
bar.baz (); bar.baz ();
bar.foo (); bar.foo (); // { dg-error "instantiated" "" }
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment