PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / mul.c
blob94f0b8dc8c4d396821bebe37e7e7844ea27a007e
1 /* { dg-do compile } */
2 /* This test checks for absolute memory operands. */
3 /* { dg-require-effective-target nonpic } */
4 /* { dg-options "-O2 -march=k8" } */
5 /* { dg-final { scan-assembler "and\[^\\n\]*magic" } } */
7 /* Should be done as "andw $32767, magic". */
8 static unsigned short magic;
9 void t(void)
11 magic%=(unsigned short)0x8000U;