1 /* Do the type-generic tests.  Unlike pr28796-2.c, we test these
2    without any fast-math flags.  */
3 
4 /* { dg-do run } */
5 /* { dg-require-effective-target inf } */
6 /* { dg-skip-if "No subnormal support" { csky-*-* } { "-mhard-float" } } */
7 /* { dg-options "-DUNSAFE" { target tic6x*-*-* visium-*-* nvptx-*-* } } */
8 /* { dg-add-options ieee } */
9 
10 #include "../tg-tests.h"
11 
main(void)12 int main(void)
13 {
14   return main_tests ();
15 }
16