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++.gb
/
scope02.C
blob
fbcd3a3f00a33078bb03613f0c8087472684d2b8
1
// { dg-do assemble }
2
// GROUPS passed gb scope
3
struct c {
4
typedef int t;
5
struct d {
6
void foo (t &);
7
};
8
};
9
10
void c::d::foo (t & x) { }