[Patch, fortran] PR35339 Optimize implied do loops in io statements

Dominique d'Humières dominiq@lps.ens.fr
Wed May 31 19:03:00 GMT 2017


> Le 31 mai 2017 à 17:40, Dominique d'Humières <dominiq@lps.ens.fr> a écrit :
> 
> If I am not mistaken, compiling the following code with the patch applied

simpler test

  print *,(huge(0),i=1,6)
!  print*,(i,i=1,6)
!  print*,(i,i=10000,60000,10000)
  end

> 
> gives an ICE.
> 
> TIA
> 
> Dominique



More information about the Fortran mailing list