2010-06-12 Janus Weil <janus@gcc.gnu.org>
authorjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jun 2010 04:10:25 +0000 (04:10 +0000)
committerjanus <janus@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jun 2010 04:10:25 +0000 (04:10 +0000)
commit7a3aaef8cf3f5dffecc0143505baf63b08f7edb9
tree15d070f72a48db5a61bc792a10fa79fe19f9cd4e
parentc2e50950d6575a4c3ff104adce56632234a83d8b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160646 138bc75d-0d04-0410-961f-82ee72b054a4
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