From: Jason Merrill Date: Mon, 5 May 2003 19:16:07 +0000 (-0400) Subject: tweak comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50b97e0f2b93e0f715d902301e543ebe71a00b99;p=gcc.git tweak comment From-SVN: r66494 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 68aaa884409..6df2a0baa2d 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -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) {