decl.c (xref_tag): Remove extraneous %s on dependent name lookup warning.
authorNathan Sidwell <nathan@codesourcery.com>
Tue, 5 Jun 2001 11:57:59 +0000 (11:57 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 5 Jun 2001 11:57:59 +0000 (11:57 +0000)
* decl.c (xref_tag): Remove extraneous %s on dependent name
lookup warning.

From-SVN: r42905

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

index 94658acc1cea1f8c1a9fa92db12fc6f189e93b1b..970f787b10163683fca4cb596e42d52736ac9c04 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * decl.c (xref_tag): Remove extraneous %s on dependent name
+       lookup warning.
+
 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
 
        * class.c (layout_vtable_decl): Fix off by one error on
index 06f19cdeb0bfea0d34e08f93b603cddb4c842082..8bb6c7a7ccaf25f819e8566e3b329fb3a5f69b82 100644 (file)
@@ -12557,7 +12557,7 @@ xref_tag (code_type_node, name, globalize)
       cp_warning ("`%s %T' declares a new type at namespace scope",
                  tag_name (tag_code), name);
       if (!explained++)
-       cp_warning ("  names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'%s",
+       cp_warning ("  names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'",
                    tag_name (tag_code),
                    constructor_name (current_class_type),
                    TYPE_IDENTIFIER (t));