* gcc/cp/tree.c: Tweak comment in no_linkage_check.
From-SVN: r156300
This commit is contained in:
parent
0f277ad43f
commit
2f59d9e044
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue