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/44430] [4.5/4.6 Regression] Infinite recursion with -fdump-parse-tree



------- Comment #4 from tkoenig at gcc dot gnu dot org  2010-06-06 20:52 -------
I agree.  Rev. 149586 is:

2009-07-13  Janus Weil  <janus@gcc.gnu.org>

       PR fortran/40646
       * module.c (mio_symbol): If the symbol has formal arguments,
       the formal namespace will be present.
       * resolve.c (resolve_actual_arglist): Correctly handle 'called'
       procedure pointer components as actual arguments.
       (resolve_fl_derived,resolve_symbol): Make sure the formal namespace
       is present.
       * trans-expr.c (gfc_conv_procedure_call): Correctly handle the formal
       arguments of procedure pointer components.

(nothing else suspicious in that range.

Janus?


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janus at gcc dot gnu dot org


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


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