index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
930622-1.c
blob: 835e072c655d0f8156f2a1d3aae028830cb5c9cd (
plain
)
1
2
3
4
5
6
f
()
{
double
b
;
b
=
b
*
10
;
goto
c
;
/* { dg-error "used but not defined" } */
}