URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [rtti/] [repo1.C] - Rev 831
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/22204
// { dg-options "-frepo" }
#include <typeinfo>
template<int>
struct function1
{
function1()
{
typeid(int[100]);
}
};
function1<1> b;
int main () {}
// { dg-final { cleanup-repo-files } }
Go to most recent revision | Compare with Previous | Blame | View Log