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++.niklas
/
t124.C
blob
7e48fc0cf602458631f2de83f01c2fc885cb5e8a
1
// { dg-do assemble }
2
// GROUPS passed niklas nested-types static-members
3
struct A
4
{
5
static void f ();
6
struct B
7
{
8
static void g () { f (); }
9
};
10
};