Commit 68981e3a by Jason Merrill

fix comment

From-SVN: r42396
parent 90ecce3e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment