URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [lto/] [pr51650-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 } } }
typedef struct { } X;
int main ()
{
typedef X **P;
P g = 0;
}
Go to most recent revision | Compare with Previous | Blame | View Log