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
/
friend42.C
blob
73d10df01127a82b1a2a228af4e06cc2c0eb6381
1
// { dg-do compile }
2
3
template <class T> void foo (int);
4
5
template <class T>
6
class Q {
7
friend void foo<T> (int = 3); // { dg-error "default argument" }
8
};