URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr46107.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/46107 */ int foo (void) __attribute__ ((noreturn)); void bar (int x, int *y, int z) { static void *j[] = { &&l1, &&l2 }; l1: if (*y) goto *j[z]; foo (); l2: *y ^= (x & 1) ? -1 : 0; goto *j[x]; }
Go to most recent revision | Compare with Previous | Blame | View Log