diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2018-07-02 07:20:27 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2018-07-02 07:20:27 +0000 |
commit | 87c789f1c0b2df4164de597d2a1ca6f70d72e119 (patch) | |
tree | 8e2a752a33758a41f8ea754df5bc976c9cdd3edc /gcc/fortran/trans-array.c | |
parent | 61c74e84bb802ab0c63cc23705b1202f65453337 (diff) | |
download | gcc-87c789f1c0b2df4164de597d2a1ca6f70d72e119.zip gcc-87c789f1c0b2df4164de597d2a1ca6f70d72e119.tar.gz gcc-87c789f1c0b2df4164de597d2a1ca6f70d72e119.tar.bz2 |
re PR fortran/45305 (Array-valued calles to elementals are not simplified)
2018-07-02 Paul Thomas <pault@gcc.gnu.org>
PR fortran/45305
* expr.c : Add a prototype for scalarize_intrinsic_call.
(gfc_simplify_expr): Use scalarize_intrinsic_call for elemental
intrinsic function calls.
(scalarize_intrinsic_call): Add 'init_flag' argument. Check if
the expression or any of the actual argument expressions are
NULL. Before calling gfc_check_init_expr, check 'init_flag'.
Only simplify the scalarized expressions if there are no errors
on the stack.
(gfc_check_init_expr): Set 'init_flag' true in the call to
scalarize_intrinsic_call.
2018-07-02 Paul Thomas <pault@gcc.gnu.org>
PR fortran/45305
* gfortran.dg/scalarize_parameter_array_2.f90: New test.
From-SVN: r262299
Diffstat (limited to 'gcc/fortran/trans-array.c')
0 files changed, 0 insertions, 0 deletions