* gcc.dg/const-elim-1.c: xfail for xtensa.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20021119-1.c
blobd4306b89b999f485385c2099818f8fc64a81bca5
1 /* PR c/8588 */
2 /* Contributed by Volker Reichelt. */
4 /* Verify that GCC converts integer constants
5 in shift operations. */
7 void foo()
9 unsigned int i, j;
10 j = (i >> 0xf0);