This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / pr14289-1.c
blob652916325c21e648aa80f31f370363aaaa3a776d
1 /* PR middle-end/14289 */
2 /* { dg-do compile { target i?86-*-* } } */
3 /* { dg-options "-O0" } */
5 register int a[2] asm("ebx");
7 void Nase(void)
9 int i=6;
10 a[i]=5; /* { dg-error "address of global" } */