strub: enable conditional support
[official-gcc.git] / gcc / testsuite / g++.dg / torture / type-generic-1.C
blobe41b8e0288d7380d7571e9fdde03e8caeb7cd5ca
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-add-options ieee } */
6 /* { dg-skip-if "No subnormal support" { csky-*-* } { "-mhard-float" } } */
8 #include "../../gcc.dg/tg-tests.h"
10 int main(void)
12   return main_tests ();