From: Jason Merrill Date: Mon, 5 May 2003 19:16:07 +0000 (-0400) Subject: tweak comment X-Git-Tag: releases/gcc-3.4.0~6793 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50b97e0f2b93e0f715d902301e543ebe71a00b99;p=thirdparty%2Fgcc.git tweak comment From-SVN: r66494 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 68aaa8844097..6df2a0baa2d8 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) {