aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr28796-2.c
blob: 6a9eff827b76e1b611005736be224c36f55866e0 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do run } */
/* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only" } */
/* { dg-options "-mieee -O2 -funsafe-math-optimizations -fno-finite-math-only" { target alpha*-*-* } } */

#include "tg-tests.h"

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