Commit e494bf2c by Uros Bizjak Committed by Uros Bizjak

re PR fortran/33500 (ICE in copy_to_mode_reg with logical(kind=1) expression)

	PR fortran/33500
	* gfortran.fortran-torture/compile/logical-1.f90: New testcase.

From-SVN: r129225
parent d05d4c4e
2007-10-11 Uros Bizjak <ubizjak@gmail.com>
PR fortran/33500
* gfortran.fortran-torture/compile/logical-1.f90: New testcase.
2007-10-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2007-10-10 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR testsuite/33391 PR testsuite/33391
! PR fortran/33500
subroutine whatever()
logical(kind=1) :: l1, l2, l3
if ((l1 .and. l2) .neqv. l3) then
l1 = .true.
endif
end
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