URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [20100723-1_0.C] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-do link } */
/* { dg-lto-options {{-fcompare-debug -flto -flto-partition=none} {-fcompare-debug -flto -flto-partition=1to1}} } */
struct S {
virtual void f() { }
};
int main(int, char *[])
{
S s;
return 0;
}
Go to most recent revision | Compare with Previous | Blame | View Log