2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr28796-2.c
blobf4900817581c5aba8616beabafb5faba0839f37b
1 /* { dg-do run } */
2 /* { dg-options "-O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" } */
3 /* { dg-options "-mieee -O2 -funsafe-math-optimizations -fno-finite-math-only -DUNSAFE" { target alpha*-*-* } } */
5 #include "tg-tests.h"
7 int main(void)
9 return main_tests ();