URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [underflow.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }
program a
real x
x = tiny(x) / huge(x) ! { dg-warning "Arithmetic underflow" "" }
end program a