Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / 991209-1.c
blobab455da098d4a9e69d7b8627e14bed1233bb5007
1 /* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
2 /* { dg-options "-ansi -pedantic" } */
4 int foo ()
6 return 1;
9 register char *stack_ptr __asm ("%esp"); /* { dg-warning "warning: file-scope declaration of 'stack_ptr' specifies 'register'" } */