blob: e427b2d0cbddd558d37e3af429081493e944a6e5 [file] [log] [blame]
/* PR middle-end/14289 */
/* { dg-do compile } */
/* { dg-options "-O0" } */
register int a[2] asm("ebx");
void Nase(void)
{
int i=6;
a[i]=5; /* { dg-error "address of global" } */
}