From: Jason Merrill Date: Mon, 21 May 2001 16:06:37 +0000 (-0400) Subject: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68981e3a32e84690bbc460fdabf1defaec9f748f;p=gcc.git fix comment From-SVN: r42396 --- diff --git a/gcc/c-common.c b/gcc/c-common.c index f037ecc9ae3..2906c967fdf 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -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