URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [this-targ1.C] - Rev 695
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/47904template <bool>struct S{};template <class T>class U{T t;int foo () const{S <sizeof (t) == 1> s;return 1;}int bar () const{S <sizeof (t) == 1> s;return 1;}};
Go to most recent revision | Compare with Previous | Blame | View Log
