URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [rtti/] [anon-ns1.C] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/49440
// The typeinfo name for A should start with * so we compare
// it by address rather than contents.
// { dg-final { scan-assembler "\"\*N\[^\"\]+1AE" } }
namespace
{
class A { };
}
void f()
{
throw A();
}
Go to most recent revision | Compare with Previous | Blame | View Log