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
c++: -M and modules again
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20100721-1_0.C
blob
e39184b76d1ad21d4a9428c6926ce2d7debe3917
1
/* { dg-lto-do assemble } */
2
3
static inline int __gthread_active_p (void) { return 0; }
4
template <int rank, int dim> class Tensor;
5
template <int dimension> struct G;
6
template <int dim> class T {
7
typedef void A;
8
typedef Tensor<1,dim> F[G<dim>::v];
9
};