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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
m5.C
blob
7a78cbe74b3e3e73c6d66adacf9bd96f6f8aab6f
1
// { dg-do assemble }
2
3
struct B { struct A { A(); int a; } aa; };
4
struct A { A(); int a; };
5
B::A::A () { a = 37; }
6
char xx[]="../tests/m5.cc:3: Segmentation violation";