URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [mips/] [pr26765.c] - Rev 724
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/pr26765 This testcase used to trigger an unrecognizable insn. */ /* { dg-do compile } */ /* { dg-options "-O2 -w" } */ __thread int *a = 0; NOMIPS16 void foo (void) { extern int *b; b = (int *) ((*a)); }
Go to most recent revision | Compare with Previous | Blame | View Log