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
/
warn
/
new1.C
blob: b50b2c354e7adbcecac15b7aa61f4a1cf6a62c28 (
plain
)
1
2
3
void
f
()
{
new
int
[
0
];
// { dg-bogus "zero" }
}