------- Comment #2 from janus at gcc dot gnu dot org 2010-06-16 12:55 ------- Subject: Bug 44549
Author: janus Date: Wed Jun 16 12:54:54 2010 New Revision: 160834 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=160834 Log: 2010-06-16 Janus Weil <ja...@gcc.gnu.org> PR fortran/44549 * gfortran.h (gfc_get_typebound_proc): Modified Prototype. * decl.c (match_procedure_in_type): Give a unique gfc_typebound_proc structure to each procedure in a procedure list. * module.c (mio_typebound_proc): Add NULL argument to 'gfc_get_typebound_proc'. * symbol.c (gfc_get_typebound_proc): Add a new argument, which is used to initialize the new structure. 2010-06-16 Janus Weil <ja...@gcc.gnu.org> PR fortran/44549 * gfortran.dg/typebound_proc_16.f03: New. Added: trunk/gcc/testsuite/gfortran.dg/typebound_proc_16.f03 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/decl.c trunk/gcc/fortran/gfortran.h trunk/gcc/fortran/module.c trunk/gcc/fortran/symbol.c trunk/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44549