fix comment

From-SVN: r76215
This commit is contained in:
Jason Merrill 2004-01-20 12:01:28 -05:00
parent c8b6fae388
commit 162f92bb89
1 changed files with 1 additions and 1 deletions

View File

@ -2922,7 +2922,7 @@ c_common_get_alias_set (tree t)
int *ip;
int **ipp = &ip;
const int* const* cipp = &ipp;
const int* const* cipp = ipp;
And, it doesn't make sense for that to be legal unless you
can dereference IPP and CIPP. So, we ignore cv-qualifiers on