PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / arm / 20030909-1.c
blob4ed3640b51825f9cf934002869ed01ed558a6739
1 /* Verify that ands are combined. */
2 /* { dg-do compile } */
3 /* { dg-options "-O" } */
4 /* { dg-final { scan-assembler-not "#255.*#255" } } */
5 int f(int a, int b) { return ((a & 0xff) + (b & 0xff)) & 0xff; }