Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / type-generic-1.c
blobef32b78c1a59d32cdffc60b0bf0066c124ca6537
1 /* Do the type-generic tests. Unlike pr28796-2.c, we test these
2 without any fast-math flags. */
4 /* { dg-do run } */
5 /* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
6 /* { dg-options "-DUNSAFE" { target tic6x*-*-* visium-*-* nvptx-*-* } } */
7 /* { dg-add-options ieee } */
9 #include "../tg-tests.h"
11 int main(void)
13 return main_tests ();