Ping: [Patch, fortran] PR24558, PR20877 and PR25047 - module function alternate entries.

tobias.schlueter@physik.uni-muenchen.de tobias.schlueter@physik.uni-muenchen.de
Mon Jun 5 20:25:00 GMT 2006


Paul Thomas <paulthomas2@wanadoo.fr> wrote on Mon, 05 Jun 2006:
>>   * gfortran.dg/entry_7.f90: New test.
>> !   if (gfc_current_ns->parent == NULL || module_fcn_entry)
>>     rc = gfc_get_symbol (name, NULL, result);
>>   else
>>     rc = gfc_get_symbol (name, gfc_current_ns->parent, result);

The condition could be simplified to if (module_fcn_entry).

I'll review the rest as time permits.

- Tobi

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the Gcc-patches mailing list