re PR fortran/37926 (Program gives wrong output (connected to char len))
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 15 Nov 2008 17:26:13 +0000 (17:26 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 15 Nov 2008 17:26:13 +0000 (17:26 +0000)
commit4d45d495663618e45f0a0baa481b74ee7a87a597
treec67fa9c04b0ea7ae30aa619f3f2d9426ef7f41f9
parent6d8f280f7a76c5b008d0109762f7fb316fc86fd3
re PR fortran/37926 (Program gives wrong output (connected to char len))

2008-11-15  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/37926
        * trans-expr.c (gfc_add_interface_mapping): Transfer the formal
arglist and the always_explicit attribute if the dummy arg is a
procedure.

2008-11-15  Paul Thomas  <pault@gcc.gnu.org>

        PR fortran/37926
        * gfortran.dg/dummy_procedure_3.f90: New test.

From-SVN: r141890
gcc/fortran/ChangeLog
gcc/fortran/trans-expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dummy_procedure_3.f90 [new file with mode: 0644]