--- Comment #3 from janus at gcc dot gnu dot org 2008-10-20 12:02 ---
*** This bug has been marked as a duplicate of 36463 ***
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from janus at gcc dot gnu dot org 2008-06-29 08:58 ---
The test case in comment #1 does compile for me without any ICE. The test case
in comment #0 is actually invalid, triggering the following error message:
procedure(abstract_fun) fun
1
Error: PROCED
--- Comment #1 from tkoenig at gcc dot gnu dot org 2008-04-20 21:19 ---
Confirmed.
Reduced testcase:
module other_fun
use ISO_C_BINDING
implicit none
private
! Message to be returned by procedure pointed to
! by the C_FUNPTR
character, allocatable, save :: my_message(:)
! I