index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
init
/
explicit2.C
blob: d1dbb39fc612043968661ba8c13a66b5585ae44d (
plain
)
1
2
3
4
5
6
7
8
// PR c++/60417 struct A { explicit A(int = 0); }; int main() { A a[1] = { }; }