blob: f4900817581c5aba8616beabafb5faba0839f37b (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* { dg-do run } */
/* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" } */
/* { dg-options "-mieee -O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" { target alpha*-*-* } } */
#include "tg-tests.h"
int main(void)
{
return main_tests ();
}
|