re PR fortran/34387 (FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argument...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 6 Jan 2008 18:19:06 +0000 (18:19 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Sun, 6 Jan 2008 18:19:06 +0000 (18:19 +0000)
commit9b09c4dec4d39938f5b85e20364fd4697fafc91c
tree217699e01c2360cf25662d7568e4deeecdf50f2e
parent346ecba81ddd1a8555ca5704cbc484144e71f860
re PR fortran/34387 (FAIL: gfortran.dg/optional_dim_2.f90: FE vs library argument missmatch)

2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/34387
* trans-expr.c (gfc_conv_missing_dummy): Use a temporary to type convert
the dummy variable expression, test for NULL, and pass the variable
address to the called function.

From-SVN: r131356
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c