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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
crash5.C
blob
2c50dde5c2ea0ebad3eb035c8d58a044919eab2d
1
// { dg-do assemble }
2
3
template <class T, int i>
4
struct K {
5
void f();
6
};
7
8
template <class T>
9
void
10
K<T, i>::f() // { dg-error "" } i has not been declared
11
{
12
}