https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84734
--- Comment #10 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Mar 10 19:00:49 2018 New Revision: 258419 URL: https://gcc.gnu.org/viewcvs?rev=258419&root=gcc&view=rev Log: 2018-03-10 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/84734 * arith.c (check_result, eval_intrinsic): If result overflows, pass the expression up the chain instead of a NULL pointer. 2018-03-10 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/84734 * gfortran.dg/pr84734.f90: New test. Added: branches/gcc-6-branch/gcc/testsuite/gfortran.dg/pr84734.f90 Modified: branches/gcc-6-branch/gcc/fortran/ChangeLog branches/gcc-6-branch/gcc/fortran/arith.c branches/gcc-6-branch/gcc/testsuite/ChangeLog