blob: 96b5d01e5f64066814e276887fdee554ce2b7e98 [file] [log] [blame]
/* Do the type-generic tests. Unlike pr28796-2.c, we test these
without any fast-math flags. */
/* { dg-do run } */
/* { dg-options "-mieee" { target alpha*-*-* sh*-*-* } } */
/* { dg-skip-if "No Inf/NaN support" { spu-*-* } } */
#include "../tg-tests.h"
int main(void)
{
return main_tests ();
}