https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85796
--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:67e7f56b6795023dbf59d27e200668b04ce63c3a commit r10-9084-g67e7f56b6795023dbf59d27e200668b04ce63c3a Author: Harald Anlauf <anl...@gmx.de> Date: Wed Nov 25 20:20:44 2020 +0100 PR fortran/85796 - Floating point exception with implied do Catch invalid step=0 in implied do loop within data statements. gcc/fortran/ChangeLog: PR fortran/85796 * resolve.c (traverse_data_list): Fix copy&paste errors; catch step=0 in implied do loop. gcc/testsuite/ChangeLog: PR fortran/85796 * gfortran.dg/pr85796.f90: New test. (cherry picked from commit 94172dc7091a2c6b2d2f99857de77c607fac3935)