From 50b97e0f2b93e0f715d902301e543ebe71a00b99 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 5 May 2003 15:16:07 -0400 Subject: [PATCH] tweak comment From-SVN: r66494 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2