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
/
noncompile
/
20001228-1.c
blob
73a44a859a5e6d6dc38e4a519962433ab24af7b3
1
void
rof
(
void
)
2
{
3
union
{
int
a
; }
u
;
4
for
(
u
.
a
=
0
;
u
;
u
.
a
++)
/* { dg-error "used union" } */
5
;
6
}