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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
m9.C
blob
1fd5a3adb4cba9ee45841f4ddff125a01ef18fd7
1
// { dg-do assemble }
2
3
struct A { A() { a = 1; } int a; };
4
struct Q {
5
struct A { A() { a = 2; } int a; };
6
struct R {
7
struct A { A() { a = 3; } int a; };
8
A aaz;
9
};
10
R rrr;
11
A aay;
12
}
13
;
14
15
Q qqq;
16
A aav;