URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20080924_0.C] - Rev 826
Compare with Previous | Blame | View Log
// { dg-lto-do assemble }
// { dg-lto-options {{-O2 -flto -fno-strict-aliasing}} }
namespace ns
{
template <class> class hash_set { };
}
struct Foo
{
long long f1, f2, f3;
};
void func(ns::hash_set<int>) {
Foo foo = { 0, 0, 0 };
}