https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85796
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Harald Anlauf <anl...@gcc.gnu.org>: https://gcc.gnu.org/g:94172dc7091a2c6b2d2f99857de77c607fac3935 commit r11-5389-g94172dc7091a2c6b2d2f99857de77c607fac3935 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.