This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/52022] [4.5/4.6/4.7 Regression] Wrong-code with procedures passed as actual argument


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52022

--- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-28 10:59:22 UTC ---
Author: burnus
Date: Sat Jan 28 10:59:18 2012
New Revision: 183666

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183666
Log:
2012-01-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52022
        * trans-expr.c (gfc_conv_procedure_call): Fix passing
        of functions, which return allocatables.

2012-01-28  Tobias Burnus  <burnus@net-b.de>

        PR fortran/52022
        * gfortran.dg/dummy_procedure_7.f90: New.


Added:
    branches/gcc-4_5-branch/gcc/testsuite/gfortran.dg/dummy_procedure_7.f90
Modified:
    branches/gcc-4_5-branch/gcc/fortran/ChangeLog
    branches/gcc-4_5-branch/gcc/fortran/trans-expr.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]