* es.po: Update.
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / 20020926-1.c
blobaaa1342769682c7360df203d5368db095af29d36
1 /* Make sure that LEGITIMIZE_ADDRESS is called to handle
2 negative displacements. */
4 /* { dg-do compile { target { s390-*-* } } } */
5 /* { dg-options "-O2 -mesa" } */
7 int test (int *addr)
9 return *(addr - 1);
12 /* { dg-final { scan-assembler "-4096" } } */
13 /* { dg-final { scan-assembler-not "ahi" } } */