]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/d/d-frontend.cc
trans.c (check_inlining_for_nested_subprog): Quote reserved names.
[thirdparty/gcc.git] / gcc / d / d-frontend.cc
index ccd5f50130f6fc824f6ebc05bdeb53bbafca5a30..77b6f22d824007ff21cdb03eca950fbcfe7cbeaa 100644 (file)
@@ -625,7 +625,7 @@ getTypeInfoType (Loc loc, Type *type, Scope *sc)
          if (!warned)
            {
              error_at (make_location_t (loc),
-                       "%<object.TypeInfo%> cannot be used with -fno-rtti");
+                       "%<object.TypeInfo%> cannot be used with %<-fno-rtti%>");
              warned = 1;
            }
        }