aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/underflow.f90
blob: 789b0a5bc684f3e20e8ff706e979ad1a7369431a (plain)
1
2
3
4
5
! { dg-do compile }
program a
   real x
   x = tiny(x) / huge(x)  ! { dg-warning "Arithmetic underflow" }
end program a