repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
redef2.C
blob
85c50644557156e90f19e9de8cdea2ce83c2d136
1
// { dg-do compile }
2
3
char * d [10]; // { dg-message "8: previous declaration as" }
4
char e [15][10];
5
int (*f)();
6
7
int d; // { dg-error "" }