URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [abi/] [mangle26.C] - Rev 693
Compare with Previous | Blame | View Log
// Test of std mangling
// { dg-do compile }
// { dg-options "-fno-inline" }
namespace std {
struct A {
A() { }
};
}
std::A a;
// { dg-final { scan-assembler "\n_?_ZNSt1AC\[12\]Ev\[: \t\n\]" } }