[Bug fortran/33149] internal compiler error: in gfc_conv_constant

2007-08-22 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-08-22 17:35 --- I think the problem has been fixed meanwhile; I can reproduce it with 4.1.3 20070521 and 4.2.1 20070705, but not with 4.3.0 20070822. Using gfortran 4.3 gives the following error message: integer :: i,j,k,ndim=

[Bug fortran/33149] internal compiler error: in gfc_conv_constant

2007-08-22 Thread hirmic at web dot de
--- Comment #1 from hirmic at web dot de 2007-08-22 16:46 --- The error is caused by this line of subroutine get_cand: integer :: i,j,k,ndim=size(cl) if it is replaced by integer :: i,j,k,ndim ndim=size(cl) then the error doesn't occur. -- hirmic at web dot de changed: