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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
920721-2.c
blob
b21ff994e615f27c35e95e0e5804526e7b590f20
1
void
f
(
int
n
)
2
{
3
int
s
;
4
for
(
s
=
0
;
s
<
n
;
s
++)
5
s
==
5
?
1
n
=
1
;
/* { dg-error "parse error|syntax error|expected" } */
6
}