URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [mips/] [pr26765.c] - Rev 378
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