2014-02-09 Paul Thomas <pault@gcc.gnu.org>
commit032f05c9caca9edae40e6043fe1598a9505774f1
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Feb 2014 19:45:06 +0000 (9 19:45 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Feb 2014 19:45:06 +0000 (9 19:45 +0000)
treebb0721638c4b44251517f88b2484f1ddd20eda41
parentdeb4d05fb6e970e3c5ea69df0b574d5f32e510d0
2014-02-09  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/59026
* trans-expr.c (gfc_conv_procedure_call): Pass the value of the
actual argument to a formal argument with the value attribute
in an elemental procedure.

2014-02-09  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/59026
* gfortran.dg/elemental_by_value_1.f90 : New test

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207645 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/elemental_by_value_1.f90 [new file with mode: 0644]