URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [initialization_5.f90] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
! initialization expression, now allowed in Fortran 2003
! PR fortran/29962
! { dg-do run }
! { dg-options "-std=f2003 -fall-intrinsics" }
real, parameter :: three = 27.0**(1.0/3.0)
if(abs(three-3.0)>epsilon(three)) call abort()
end
Go to most recent revision | Compare with Previous | Blame | View Log