Remove not needed __builtin_expect due to malloc predictor.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / no-dsp-1.c
blobf03f2393777c85d4f46d8670e78384225dfc2e4e
1 /* { dg-options "-mno-dsp -ffat-lto-objects" } */
2 /* This is testing for errors which can only happen in assembly generation.
3 dg-error does not guarantee assembly generation, so we need to do it
4 manually by using -ffat-lto-objects. */
6 void
7 foo (void)
9 register int x asm ("$ac1hi"); /* { dg-error "cannot be accessed" } */
10 asm volatile ("" : "=r" (x));