* gcc/cp/tree.c: Tweak comment in no_linkage_check.

From-SVN: r156300
This commit is contained in:
Jason Merrill 2010-01-27 14:48:34 -05:00
parent 0f277ad43f
commit 2f59d9e044

View 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;