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
PR tree-optimization/67955
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
abi
/
mangle23.C
blob
f22347a0490f1adb3fbe5b4bc6d94d327bf1b3fd
1
// PR c++/16240
2
// { dg-options "-fabi-version=2 -Wno-abi" }
3
4
void foo(char);
5
template<void (&)(char)> struct CB {};
6
7
void g(CB<foo> i) {}
8
9
// { dg-final { scan-assembler "\n_?_Z1g2CBILZ3foocEE\[: \t\n\]" } }