Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / torture / type-generic-1.C
blob4d82592aff6bd7e8aad409bf10738486e8686455
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 Inf/NaN support" { spu-*-* } } */
8 #include "../../gcc.dg/tg-tests.h"
10 int main(void)
12   return main_tests ();