aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/type-generic-1.c
blob: ef32b78c1a59d32cdffc60b0bf0066c124ca6537 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Do the type-generic tests.  Unlike pr28796-2.c, we test these
   without any fast-math flags.  */

/* { dg-do run } */
/* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
/* { dg-options "-DUNSAFE" { target tic6x*-*-* visium-*-* nvptx-*-* } } */
/* { dg-add-options ieee } */

#include "../tg-tests.h"

int main(void)
{
  return main_tests ();
}