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
Revert "[PATCH 1/2] RISC-V:Add intrinsic support for the CMOs extensions"
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
template1.C
blob
d7bbb073f812416a38a4a961618050afd428958c
1
struct CPU {
2
typedef int (*pfun)();
3
4
template <pfun step1>
5
static int dispatch();
6
};
7
8
template<int>
9
static int foo();
10
11
template int CPU::dispatch<&template foo<2> > (); // { dg-error "" }