On 10/1/19 4:46 PM, Steve Kargl wrote:
The attached patch has been tested on x86_64-*-freebsd.
OK to commmit?
OK, thanks Steve.
In a previous patch, I specialized the simplfication of
an EXPR_OP to the case of an inserted parenthesis. This
was too restrictive as evidenced by the new test case.
The patch simply does a simplification of an expression.
2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org>
PR fortran/91784
* simplify.c (gfc_convert_constant): Simplify expression if the
expression type is EXPR_OP.
2019-10-01 Steven G. Kargl <ka...@gcc.gnu.org>
PR fortran/91784
* gfortran.dg/pr91784.f90: New test.