fix comment

From-SVN: r42396
This commit is contained in:
Jason Merrill 2001-05-21 12:06:37 -04:00
parent 90ecce3e49
commit 68981e3a32
1 changed files with 1 additions and 1 deletions

View File

@ -2845,7 +2845,7 @@ lang_get_alias_set (t)
int *ip;
int **ipp = &ip;
const int* const* cipp = &ip;
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