OSDN Git Service

2010-11-02 Steven G. Kargl < kargl@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / underflow.f90
1 ! { dg-do compile }
2 program a
3    real x
4    x = tiny(x) / huge(x)  ! { dg-warning "Arithmetic underflow" "" }
5 end program a