blob: f03f2393777c85d4f46d8670e78384225dfc2e4e [file] [log] [blame]
/* { dg-options "-mno-dsp -ffat-lto-objects" } */
/* This is testing for errors which can only happen in assembly generation.
dg-error does not guarantee assembly generation, so we need to do it
manually by using -ffat-lto-objects. */
void
foo (void)
{
register int x asm ("$ac1hi"); /* { dg-error "cannot be accessed" } */
asm volatile ("" : "=r" (x));
}