Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / 20040112-1.c
blob83996fe6c239c4665ecb2ec79e0431579d42f679
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "testb" } } */
4 ftn (char *sp)
6 char status;
8 while (1)
10 *sp = 0xE8;
11 status = *(volatile char *) sp;
12 if (status & 0x80)
13 break;