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
i386: Fix cstorebf4 fp comparison operand [PR117495]
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash70.C
blob
9ccadfb6fadbb04cbe20433663537ba86a681a1a
1
// PR c++/32113
2
3
template<int> struct A;
4
5
template<typename T> void foo (A<&T::template i>);
6
7
template void foo<A<0> > (A<0>); // { dg-error "does not match" }