re PR fortran/34662 (inout argument with parameter)
authorTobias Burnus <burnus@net-b.de>
Sun, 6 Jan 2008 09:07:47 +0000 (10:07 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Sun, 6 Jan 2008 09:07:47 +0000 (10:07 +0100)
commita5c655e832e56b78b5cc4cab0452f4263740e938
treecbdd147b3dc5efc685848f0b3084142c55373706
parent5c09795d82c0d78be059a3e94b5bb9cef99305ff
re PR fortran/34662 (inout argument with parameter)

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34662
        * interface.c (compare_actual_formal): Reject parameter
        actual to intent(out) dummy.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34662
        * gfortran.dg/intent_out_3.f90: New.

From-SVN: r131348
gcc/fortran/ChangeLog
gcc/fortran/interface.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/intent_out_3.f90 [new file with mode: 0644]