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
/
scope10.C
blob
b7fbabc29a7d622b7db544e86468efdff4631b7d
1
// { dg-do assemble }
2
// GROUPS passed gb scope
3
void Foo (void)
4
{
5
class C {
6
public:
7
virtual int foo (void) { return 0; };
8
};
9
}