URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr46165.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/46165 */ /* { dg-do compile } */ /* { dg-options "-O -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce" } */ extern void foo (void) __attribute__((noreturn)); void g (void) { void (*f) (void) = foo; f (); }
Go to most recent revision | Compare with Previous | Blame | View Log