URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [pseudodtor6.C] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/47971
template <typename> struct S
{
typedef double T;
S () { T ().~T (); }
};
S<double> s;
Go to most recent revision | Compare with Previous | Blame | View Log