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-2.c
blob: 5e02d8951c4c379ca79a7e24849a5c78b9845f36 (
plain
)
1
2
3
4
5
6
f
()
{
int
i
;
for
(
i
--
)
/* { dg-error "parse|syntax|expected" } */
;
}