doc: Remove index reference to removed documentation in fortran manual
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ns / crash3.C
blobb5e6323dba9722d862c023ee7bd75b7b871cc768
1 // { dg-do assemble  }
3 namespace N {
4   template <class T> struct S;
7 void f()
9   N::S(); // { dg-error "8:class template argument deduction failed|no match" "" { target c++17 } } invalid use of template
10   // { dg-error "7:missing template arguments" "" { target c++14_down } .-1 }