fix comment
authorJason Merrill <jason@gcc.gnu.org>
Mon, 21 May 2001 16:06:37 +0000 (12:06 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 21 May 2001 16:06:37 +0000 (12:06 -0400)
From-SVN: r42396

gcc/c-common.c

index f037ecc..2906c96 100644 (file)
@@ -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