OSDN Git Service

2004-10-27 Andrew Pinski <pinskia@physics.uc.edu>
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 2004 02:32:44 +0000 (02:32 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Oct 2004 02:32:44 +0000 (02:32 +0000)
        * decl.c: Move the q after the %.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89728 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/decl.c

index 84a3e48..a6aa65e 100644 (file)
@@ -1,5 +1,9 @@
 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
 
+       * decl.c: Move the q after the %.
+
+2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
+
        * parser.c (cp_parser_diagnose_invalid_type_name): Move the q after
        the %.
 
index 9d9f70b..aeb3347 100644 (file)
@@ -5534,7 +5534,7 @@ bad_specifiers (tree object,
     error ("%qD declared as an %<inline%> %s", object, type);
   if (quals)
     error ("%<const%> and %<volatile%> function specifiers on "
-           "q%D invalid in %s declaration",
+           "%qD invalid in %s declaration",
            object, type);
   if (friendp)
     cp_error_at ("%qD declared as a friend", object);