]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.mike/eh55.C
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
[thirdparty/gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / eh55.C
index af43f66b1ba34d8edcf4473822de90488e04f436..5835c963be625bfc5e9c994bb8d1ee69ec6919a2 100644 (file)
@@ -9,7 +9,7 @@ void my_terminate_handler() {
 }
 
 void throw_an_unexpected_exception() throw() {
-  throw 1;     // { dg-warning "throw will always call terminate" "" { target c++17 } }
+  throw 1;     // { dg-warning "'throw' will always call 'terminate'" "" { target c++17 } }
 }
 
 int main() {