fortran : FAIL: gfortran.dg/pr93365.f90 PR94386
authorMark Eggleston <markeggleston@gcc.gnu.org>
Wed, 1 Apr 2020 11:50:16 +0000 (12:50 +0100)
committerMark Eggleston <markeggleston@gcc.gnu.org>
Wed, 1 Apr 2020 11:50:16 +0000 (12:50 +0100)
commit0c9a8a8c1030d072d598880c07f4d6a8d9e7deed
tree1f7bc576674a0745a538458fa9f49a3dd2b30a94
parentd3ee88fdb4e0f718aaba050a3eb7174b8934a29d
fortran : FAIL: gfortran.dg/pr93365.f90 PR94386

Failures of pr93365.f90,  pr93600_1.f90 and pr93600_2.f90.
Changes made by PR94246 delete and changed code from expr.c
introduced by PR93600, the deleted code.  This broke the PR93600
test cases.  Restoring the deleted code and leaving the changed
code alone allows the cases for PR93600 and PR94246 to pass.

gcc/fortran/ChangeLog:

PR fortran/94386
expr.c (simplify_parameter_variable): Restore code deleted
in PR94246.
gcc/fortran/ChangeLog
gcc/fortran/expr.c