OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
* g++.dg/parse/repo1.C: Use cleanup-repo-files.
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
repo3.C
1
// { dg-options "-frepo -DF='a'" }
2
3
template <typename A, typename B> void f () {}
4
template <typename A, typename B> void g () { f<int,int>(); }
5
int main () { g<int,int>(); }
6
7
char c = F;
8
9
// { dg-final { cleanup-repo-files } }