From 68981e3a32e84690bbc460fdabf1defaec9f748f Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 21 May 2001 12:06:37 -0400 Subject: [PATCH] fix comment From-SVN: r42396 --- gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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