1 2 3 4 5 6 7 8 9 10 11 12 13
/* { dg-additional-options "-std=gnu89" } */ int foo (x, c) int x; { return x >> 24 & 0xff; } bar (x) { return (int)(x & 0xfffff) << 13; }