]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc/cp/tree.c: Tweak comment in no_linkage_check.
authorJason Merrill <jason@gcc.gnu.org>
Wed, 27 Jan 2010 19:48:34 +0000 (14:48 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 27 Jan 2010 19:48:34 +0000 (14:48 -0500)
From-SVN: r156300

gcc/cp/tree.c

index 35d53e862a00460919560df04bd441b12f778dc8..678c7dd8787e2d98c11cc146ef497f60b314ff5f 100644 (file)
@@ -1612,7 +1612,7 @@ no_linkage_check (tree t, bool relaxed_p)
       /* Fall through.  */
     case ENUMERAL_TYPE:
       /* Only treat anonymous types as having no linkage if they're at
-        namespace scope.  This doesn't have a core issue number yet.  */
+        namespace scope.  This is core issue 966.  */
       if (TYPE_ANONYMOUS_P (t) && TYPE_NAMESPACE_SCOPE_P (t))
        return t;