OSDN Git Service

7db2e69d0a58de8ca49c0866c81bafb0e02e67e4
[pf3gnuchains/pf3gnuchains3x.git] / gcc / testsuite / g++.dg / torture / type-generic-1.C
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-options "-mieee" { target sh*-*-* } } */
6 /* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
7
8 #include "../../gcc.dg/tg-tests.h"
9
10 int main(void)
11 {
12   return main_tests ();
13 }