]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list after...
authorJanus Weil <janus@gcc.gnu.org>
Wed, 16 Jun 2010 12:54:54 +0000 (14:54 +0200)
committerJanus Weil <janus@gcc.gnu.org>
Wed, 16 Jun 2010 12:54:54 +0000 (14:54 +0200)
commit3e15518bc4c70b541b667e9f6bf3dfb80053b5ae
treee59b7cfa05176efde69a8f830c9e84a169966a62
parentfe27aa8bc46f9ce5324d19e1102901639274c578
re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list after PROCEDURE)

2010-06-16  Janus Weil  <janus@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  <janus@gcc.gnu.org>

PR fortran/44549
* gfortran.dg/typebound_proc_16.f03: New.

From-SVN: r160834
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/fortran/gfortran.h
gcc/fortran/module.c
gcc/fortran/symbol.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/typebound_proc_16.f03 [new file with mode: 0644]
This page took 0.066664 seconds and 5 git commands to generate.