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
Remove outermost loop parameter.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash32.C
blob
4c7af8a39142fa4c33ce8760bbccc0644ba5b549
1
// PR c++/19667
2
3
struct integral_constant { };
4
5
template<typename _Tp>
6
struct is_function : public integral_constant { };
7
8
template<>
9
struct is_function : public integral_constant { }; // { dg-error "" }