* doc/invoke.texi: Document -std=c++17 and -std=gnu++17 and document
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / dyncast4.C
blob75e9771b53b9f8bf0ab79177a138010b0da1394b
1 // { dg-do assemble  }
2 int main() {
3   int* d;
4   dynamic_cast<void*>(d);       // { dg-error "" }