URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [pr41893-2.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR debug/41893 */ /* { dg-do compile } */ extern struct S s; void func2 (void) { &s; }
Go to most recent revision | Compare with Previous | Blame | View Log