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
/
opt
/
init1.C
blob: d9a139e72a8584957f0b649a9439a1681b04b5bc (
plain
)
1
2
3
4
// PR c++/23171
// { dg-options "-O" }
int
*
p
=
(
int
*
)(
int
[
1
]){
0
};