This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / 991209-1.c
blob2381922c660fc5256aee18b88a79105e36d1587b
1 /* { dg-do compile { target i?86-*-* } } */
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'" } */