URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [s390/] [20020926-1.c] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
/* Make sure that LEGITIMIZE_ADDRESS is called to handle negative displacements. */ /* { dg-do compile { target { s390-*-* } } } */ /* { dg-options "-O2 -mesa" } */ int test (int *addr) { return *(addr - 1); } /* { dg-final { scan-assembler "-4096" } } */ /* { dg-final { scan-assembler-not "ahi" } } */
Go to most recent revision | Compare with Previous | Blame | View Log