OSDN Git Service

2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
[pf3gnuchains/gcc-fork.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
7 #include "../../gcc.dg/tg-tests.h"
8
9 int main(void)
10 {
11   return main_tests ();
12 }