projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ecce3
)
fix comment
author
Jason Merrill
<jason@gcc.gnu.org>
Mon, 21 May 2001 16:06:37 +0000
(12:06 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Mon, 21 May 2001 16:06:37 +0000
(12:06 -0400)
From-SVN: r42396
gcc/c-common.c
patch
|
blob
|
history
diff --git
a/gcc/c-common.c
b/gcc/c-common.c
index f037ecc9ae32d17d4e8e2fd8c370d3ad16368875..2906c967fdf4037b2606f1c2ffb99034200a71f3 100644
(file)
--- 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 = &ip
p
;
And, it doesn't make sense for that to be legal unless you
can dereference IPP and CIPP. So, we ignore cv-qualifiers on