* basic-block.h (ei_safe_edge): New function.
[official-gcc.git] / gcc / testsuite / gcc.dg / pr14289-3.c
blob7cfbf78ce0508dc749ac430e7d3fced07e6ad024
1 /* PR middle-end/14289 */
2 /* { dg-do compile { target i?86-*-* } } */
3 /* { dg-options "-O0" } */
5 extern register int a[2] asm("ebx"); /* { dg-error "multiple storage" } */
7 void Nase(void)
9 int i=6;
10 a[i]=5; /* { dg-error "address of global" } */