Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / mipscop-1.c
blob8a40ba1c6b7e68c36ab6df842d64b832790f4722
1 /* { dg-do compile { target mips*-*-* } } */
3 register unsigned int cp0count asm ("$c0r1");
5 int __attribute__ ((nomips16))
6 main (int argc, char *argv[])
8 unsigned int d;
10 d = cp0count + 3;
11 printf ("%d\n", d);