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
/
gcc.dg
/
debug
/
pr26881.c
blob
62b51a30283dd44a8f126ab023f1263cc22f41fb
1
/* PR debug/26881 */
2
/* { dg-do compile } */
3
4
int
5
foo
()
6
{
7
if
(
0
)
8
{
9
static union
{ }
u
;
10
typedef
char
tt
;
11
static
tt cccc
[
8
];
12
return
cccc
[
0
] ==
0x01
&&
cccc
[
1
] ==
0x02
;
13
}
14
return
0
;
15
}