This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR29992 - failure to detect module procedures that are not procedures from modules
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 19 Dec 2006 13:10:47 -0800
- Subject: Re: [Patch, fortran] PR29992 - failure to detect module procedures that are not procedures from modules
- References: <4583478A.5060703@wanadoo.fr>
On Sat, Dec 16, 2006 at 02:10:34AM +0100, Paul Thomas wrote:
> 2006-12-16 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/29992
> * interface.c (check_sym_interfaces): Module procedures in a
> generic must be use associated or contained in the module.
> * decl.c (gfc_match_modproc): Set attribute mod_proc.
> * gfortran.h (symbol_attribute): Add mod_proc atribute.
>
> 2006-12-16 Paul Thomas <pault@gcc.gnu.org>
>
> PR fortran/29992
> * gfortran.dg/generic_9.f90: New test.
>
OK.
--
Steve