URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [20020116-1.c] - Rev 826
Compare with Previous | Blame | View Log
/* This testcase ICEd on Alpha because ldq_u argument was not subject to small_symbolic_mem_operand splitting. */ /* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-options "-O2 -fpic -mexplicit-relocs -mcpu=ev4" { target alpha*-*-* } } */ static char a; char *b; void foo (void) { register char *c; c = b; *c = a; }