re PR fortran/40117 ([OOP][F2008] Type-bound procedure: allow list after PROCEDURE)
authorJanus Weil <janus@gcc.gnu.org>
Sat, 12 Jun 2010 04:10:25 +0000 (06:10 +0200)
committerJanus Weil <janus@gcc.gnu.org>
Sat, 12 Jun 2010 04:10:25 +0000 (06:10 +0200)
commit1be179930b5099059cf337cd1473409419d9219b
tree15d070f72a48db5a61bc792a10fa79fe19f9cd4e
parent1130db7eee202beda2211645f4ca3dc026a05aad
re PR fortran/40117 ([OOP][F2008] Type-bound procedure: allow list after PROCEDURE)

2010-06-12  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40117
* decl.c (match_procedure_in_type): Allow procedure lists (F08).

2010-06-12  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40117
* gfortran.dg/typebound_proc_4.f03: Modified error message.
* gfortran.dg/typebound_proc_14.f03: New.
* gfortran.dg/typebound_proc_15.f03: New.

From-SVN: r160646
gcc/fortran/ChangeLog
gcc/fortran/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/typebound_proc_14.f03 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/typebound_proc_15.f03 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/typebound_proc_4.f03