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
[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
inherit
/
using7.C
blob
de177c91d217e94049f1f67cca951f25aa87b930
1
// PR c++/51889
2
3
struct A {
4
void f();
5
};
6
7
template <class T>
8
struct B: A
9
{
10
using A::f;
11
void f();
12
};