This is the mail archive of the gcc-patches@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]

Re: [Addpatch, fortran] PR31483 - ICE on fortran Code


2007-04-05 Paul Thomas <pault@gcc.gnu.org>

        PR fortran/31483
        * trans-expr.c (gfc_conv_function_call): Give a dummy
        procedure the correct type if it has alternate returns.

OK if you fix the comment on top of this block of code, which is not true any more with your patch: we can modify it in place if it's a dummy (and we actually do it).

I mentioned in the PR that I think it should go into 4.2, as it is a
regression wrt g77.

FX


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