3 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
5 /* This should yield an error even without -pedantic. */
6 /* { dg-options "-ansi" } */
12 register int x __asm ("eax");
13 g(&x); /* { dg-error "error: address of explicit register variable" } */