https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90198
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #1 from kargl at gcc dot gnu.org --- (In reply to guido from comment #0) > Hello gcc users, > While trying to compile a fortran code, I obtained the following error: > > flash_err.f90:31:0: > > > l_t_field=rho_0*heat_function_field*(1E7*1.184E5/(temp+1000)**2*exp(-1.184E5/ > (temp+1000))+1.4E-2*(0.5*temp**(-0.5)*exp(-92/temp)+sqrt(temp)*92/ > temp**2*exp(-92/temp)))/sim_m_proton While gfortran should not ICE, it would help if you considered writing better structure code. In the above line of code, what does "rho_0 * heat_function_field * (1E7 *..." do?