* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git] / gcc / testsuite / gcc.dg / 20000904-1.c
blobc6238e350994872981c6efa48b2ba30beba2842e
1 /* { dg-do compile { target i?86-*-* } } */
2 /* { dg-options "-O0 -fpic" } */
4 static struct {
5 unsigned short a, b, c, d;
6 } x[10];
8 int foo(int i)
10 return ((*((char *)&x[i] + i)) | (*((char *)&x[i] + i)));