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
/
explicit79.C
blob
9d62ca40e9e027d2be64c8548828df88fd251ce9
1
// { dg-do assemble }
2
3
template <int I>
4
void f(int (*)[I] = 0);
5
6
template <int J>
7
void f();
8
9
void g()
10
{
11
f<-1>();
12
}