URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20100721-1_0.C] - Rev 693
Compare with Previous | Blame | View Log
/* { dg-lto-do assemble } */
static inline int __gthread_active_p (void) { }
template <int rank, int dim> class Tensor;
template <int dimension> struct G;
template <int dim> class T {
typedef void A;
typedef Tensor<1,dim> F[G<dim>::v];
};