blob: 789b0a5bc684f3e20e8ff706e979ad1a7369431a [file] [log] [blame]
! { dg-do compile }
program a
real x
x = tiny(x) / huge(x) ! { dg-warning "Arithmetic underflow" }
end program a