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
/
930622-1.c
blob
835e072c655d0f8156f2a1d3aae028830cb5c9cd
1
f
()
2
{
3
double
b
;
4
b
=
b
*
10
;
5
goto
c
;
/* { dg-error "used but not defined" } */
6
}