]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/objc.dg/exceptions-4.m
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
[thirdparty/gcc.git] / gcc / testsuite / objc.dg / exceptions-4.m
index 5db60e34aca97cf44d7ff383d123036559bf26da..bbdb741f40b55c9c68e721e4c3afeb9b94a4edb3 100644 (file)
@@ -44,7 +44,7 @@ int test (id object)
       dummy++;
     }
   @catch (id <MyProtocol x) /* { dg-error "expected ... before .x." } */
-    {                       /* { dg-error "@catch parameter cannot be protocol-qualified" "" { target *-*-* } .-1 } */
+    {                       /* { dg-error "'@catch' parameter cannot be protocol-qualified" "" { target *-*-* } .-1 } */
       dummy++;
     }
   @catch MyObject *x       /* { dg-error "expected ... before .MyObject." } */