URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20000707-1.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O2 -Wall" } */ extern void foo(void *here); extern inline void bar(void) { __label__ here; foo(&&here); here: ; } void baz(void) { bar(); }
Go to most recent revision | Compare with Previous | Blame | View Log