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
/
g++.dg
/
expr
/
cast1.C
blob: ee1adcc3d23d1c5587379b47e059fd11b43fd1da (
plain
)
1
2
3
struct
S
;
// { dg-error "forward" }
void
f
(
S
*
p
)
{
((
S
)
(
*
p
));
}
// { dg-error "" }