Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error8.C
blobde1534cc6373ab9bbb83649c64ac468bc73799aa
1 // PR c++/11116
3 template <typename T> struct S {};
5 void f() {
6   throw S (); // { dg-error "12:class template argument deduction failed|no match" "" { target c++17 } }
7   // { dg-error "11:missing template arguments" "" { target c++14_down } .-1 }