--- Comment #3 from janus at gcc dot gnu dot org 2008-11-29 13:38 ---
Subject: Bug 38290
Author: janus
Date: Sat Nov 29 13:36:35 2008
New Revision: 142276
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142276
Log:
2008-11-29 Janus Weil <[EMAIL PROTECTED]>
Mikael Mo
--- Comment #2 from janus at gcc dot gnu dot org 2008-11-27 22:50 ---
I also tried to compile the other procptr examples from the WikiBooks page,
which is linked in comment #0.
The only remaining problem I found was:
program bsp
implicit none
abstract interface
subroutine u
--- Comment #1 from janus at gcc dot gnu dot org 2008-11-27 22:09 ---
The test case can be further compressed to a 3-liner
procedure( up ) :: p
call p
end
and is fixed by the following simple patch
Index: gcc/fortran/resolve.c
==