Commit 162f92bb by Jason Merrill

fix comment

From-SVN: r76215
parent c8b6fae3
......@@ -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
......
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