Commit 2813414c by Francois-Xavier Coudert Committed by François-Xavier Coudert

re PR fortran/18271 (INT is allowed in a specification expression)

	PR libfortran/18271
	* gfortran.dg/spec_expr_3.f90: New test.

From-SVN: r113627
parent b81bd6c9
2006-05-07 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR libfortran/18271
* gfortran.dg/spec_expr_3.f90: New test.
2006-05-07 H.J. Lu <hongjiu.lu@intel.com>
PR target/24879
! { dg-do compile }
! PR fortran/18271
subroutine sub(imax)
implicit none
integer, intent(in) :: imax
real :: aux1(25000+int(0.82*imax))
end subroutine
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment