URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [pr51572-1_0.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-do link } */ /* { dg-lto-options { { -flto -g } } } */ typedef int T; void fn (void) { static T t; } int main() {}
Go to most recent revision | Compare with Previous | Blame | View Log