Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr68661-1a.c
blobb343844185fc6cba63cfa01b665c9538a69b371e
1 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-mgeneral-regs-only" } */
3 /* { dg-additional-sources pr68661-1b.c } */
5 extern void bar0 (int, int, int, int, int, int, int, int, int)
6 __attribute__ ((no_caller_saved_registers));
8 void
9 foo (void)
11 bar0 (0, 1, 2, 3, 4, 5, 6, 7, 8);
14 void
15 bad (void)
17 __builtin_abort ();