blob: 2381922c660fc5256aee18b88a79105e36d1587b [file] [log] [blame]
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-ansi -pedantic" } */
int foo ()
{
return 1;
}
register char *stack_ptr __asm ("%esp"); /* { dg-warning "warning: file-scope declaration of 'stack_ptr' specifies 'register'" } */