* gcc/cp/tree.c: Tweak comment in no_linkage_check.
From-SVN: r156300
This commit is contained in:
parent
0f277ad43f
commit
2f59d9e044
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user