URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [20030120-1.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR 7154 */ /* { dg-do compile { target fpic } } */ /* { dg-options "-O -fpic" } */ const int x[1]={ 1 }; void foo(int i, int *p) { asm volatile("" : "+r"(i) : "m" (x[0]), "r"(p)); }
Go to most recent revision | Compare with Previous | Blame | View Log