URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20101015-2_0.C] - Rev 701
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-lto-do link }
// { dg-lto-options { { -flto } { -g -flto } } }
// { dg-extra-ld-options "-r -nostdlib" }
struct Base { ~Base (); };
void fun(void) { struct Deriv : Base { } x; }
Go to most recent revision | Compare with Previous | Blame | View Log