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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
crash12.C
blob
362f1f715827e8b6feeb65abb4e632cfed3c4f16
1
// { dg-do assemble }
2
// GROUPS passed old-abort
3
class X
4
{
5
int i;
6
public:
7
X(int j);
8
}
9
10
X *x = new X[10]();// { dg-error "" } .*