repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
label2.C
blob
7d11d00f52eebad1b1bbf17c200f566365805aa7
1
// { dg-options "" }
2
3
template <typename T>
4
void f() {
5
l:
6
void *p[] = { &&l };
7
8
goto *p[0];
9
}
10
11
template void f<int>();