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
predicate aware uninitialized analysis
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
using2.C
blob
bfdb09f88332b9227ec4ca79295093fb2ea8d6bc
1
namespace N {
2
template <typename T>
3
struct foo {};
4
}
5
6
int main() {
7
using N::foo<double>; // { dg-error "" }
8
}