]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/d/typeinfo.cc
gcc/ada/ChangeLog:
[thirdparty/gcc.git] / gcc / d / typeinfo.cc
index bbd3961181ddc8ab02086c7fa66eaa5d2e4fbb7e..58c6ce1ba3c7668c91f849ef003b6c4cbb8be6ba 100644 (file)
@@ -1350,7 +1350,7 @@ build_typeinfo (const Loc &loc, Type *type)
       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;
        }
     }