aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2003-05-05 15:16:07 -0400
committerJason Merrill <jason@gcc.gnu.org>2003-05-05 15:16:07 -0400
commit50b97e0f2b93e0f715d902301e543ebe71a00b99 (patch)
treea856da17ca8b506018fb162939b0f8c6cf0d91f0 /gcc/cp
parent36b29d7dd1084ce44358f648aebef3b285bed869 (diff)
downloadgcc-50b97e0f2b93e0f715d902301e543ebe71a00b99.zip
gcc-50b97e0f2b93e0f715d902301e543ebe71a00b99.tar.gz
gcc-50b97e0f2b93e0f715d902301e543ebe71a00b99.tar.bz2
tweak comment
From-SVN: r66494
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 68aaa88..6df2a0b 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)
{