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
x86: Tune Skylake, Cannonlake and Icelake as Haswell
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
crash14.C
blob
773ed28b2fd076b42238832353a528cea7ad0084
1
// { dg-do assemble }
2
3
template <class T> struct A {};
4
template <class T> struct A<T*>;
5
A<int*> ai; // { dg-error "" } incomplete type