repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
overload8.C
blob
cc6a05b7041cab9e9e4a912b3151c713a550d398
1
// PR c++/24915
2
3
struct A
4
{
5
template<int> void foo() {}
6
template<int> int foo() {}
7
};