re PR fortran/41777 (Wrong-code with POINTER-returning GENERIC function)
authorTobias Burnus <burnus@net-b.de>
Thu, 29 Oct 2009 15:24:38 +0000 (16:24 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 29 Oct 2009 15:24:38 +0000 (16:24 +0100)
commite6524a510041359e35f0a5b6acdfb43cadce7568
treec9e83336694092c16def5c20c43e8d5a89489f2c
parenteb44440252221f3791b513782a492e3a3292c2a4
re PR fortran/41777 (Wrong-code with POINTER-returning GENERIC function)

2009-10-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41777
        * trans-expr.c
        * (gfc_conv_procedure_call,gfc_conv_expr_reference):
        Use for generic EXPR_FUNCTION the attributes of the specific
        function.

2009-10-29  Tobias Burnus  <burnus@net-b.de>

        PR fortran/41777
        gfortran.dg/associated_target_3.f90: New testcase.

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