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++.dg
/
lookup
/
using11.C
blob
9eb7e9fe7a1f168553e87c26ec9678eb426430db
1
namespace N1 {
2
enum e { a };
3
void e(char);
4
}
5
6
void f() {
7
using N1::e;
8
enum e x;
9
}