aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/no-dsp-1.c
blob: c4a7b0aede2a37bb3e2f28e14f619fe743b99c75 (plain)
1
2
3
4
5
6
7
8
/* { dg-options "-mno-dsp -ffat-lto-objects" } */

void
foo (void)
{
  register int x asm ("$ac1hi"); /* { dg-error "cannot be accessed" } */
  asm volatile ("" : "=r" (x));
}