URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [abi/] [mangle26.C] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
// Test of std mangling
// { dg-do compile }
// { dg-options "-fno-inline" }
namespace std {
struct A {
virtual void f () { }
};
}
std::A a;
// { dg-final { scan-assembler "\n_?_ZNSt1AC1Ev\[: \t\n\]" } }
Go to most recent revision | Compare with Previous | Blame | View Log