aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/991209-1.c
blob: 2381922c660fc5256aee18b88a79105e36d1587b (plain)
1
2
3
4
5
6
7
8
9
/* { 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'" } */