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
[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
var-templ13.C
blob
e398d22fddc3395b89bdcebdc654146e97ab0a3e
1
// { dg-do compile { target c++14 } }
2
3
template <class T> T x;
4
template <> int x<int> = 0;
5
template <> int x<int> = 0; // { dg-error "x<int>" }