repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
other
/
redecl1.C
blob
cfcf6682691ddf1b494b7ec77166135b087dfb7c
1
// PR c++/5857
2
// This testcase failed because during duplicate_decls the type was promoted
3
// to int.
4
5
// { dg-do compile }
6
7
typedef char baz;
8
extern const char foo[];
9
const baz foo[] = "xyz";
10
const char bar[] = "abc";