repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
crash60.C
blob
1f5629b51340d5b8adbb279266f0a16fac8741f9
1
// { dg-do assemble }
2
// GROUPS passed old-abort
3
class X
4
{
5
public:
6
X ();
7
int f[4];
8
};
9
10
// Note that we mistakenly initialize the array data member as if it
11
// was scalar
12
X::X () : f (0) {}// { dg-error "" "" { target { ! c++20 } } }