https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91553
--- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Sat Sep 14 17:05:17 2019 New Revision: 275716 URL: https://gcc.gnu.org/viewcvs?rev=275716&root=gcc&view=rev Log: 2019-09-14 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91553 * simplify.c (gfc_convert_constant): During conversion check if the constant is enclosed in parenthesis, and simplify expression. 2019-09-14 Steven G. Kargl <ka...@gcc.gnu.org> PR fortran/91553 * gfortran.dg/pr91553.f90: New test. Added: branches/gcc-9-branch/gcc/testsuite/gfortran.dg/pr91553.f90 Modified: branches/gcc-9-branch/gcc/fortran/ChangeLog branches/gcc-9-branch/gcc/fortran/simplify.c branches/gcc-9-branch/gcc/testsuite/ChangeLog