mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:50:57 +08:00
fix comment
From-SVN: r42396
This commit is contained in:
parent
90ecce3e49
commit
68981e3a32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user