OSDN Git Service

tweak comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 May 2003 19:16:07 +0000 (19:16 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 May 2003 19:16:07 +0000 (19:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66494 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/decl.c

index 68aaa88..6df2a0b 100644 (file)
@@ -8860,7 +8860,7 @@ grokfndecl (tree ctype,
         or enumeration declared in a local scope) shall not be used to
         declare an entity with linkage.
 
-        Only check this for public decls for now.  */
+        Only check this for public decls for now.  See core 319, 389.  */
       t = no_linkage_check (TREE_TYPE (decl));
       if (t)
        {