Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr60606-1.c
blobc4afae774544dde1448fd37aa348bcd066acacf3
1 /* { dg-do compile } */
2 /* { dg-options "-ffat-lto-objects" } */
4 int
5 f (void)
7 register unsigned int r asm ("no-such-register"); /* { dg-error "invalid register name" } */
8 return r;