------- Additional Comments From enok at lysator dot liu dot se  2005-06-18 
09:08 -------
The problem seems to appear with pointer declaration to a derived type with any
kind of member initialization. The following code fails too:

SUBROUTINE N
  TYPE T
    INTEGER :: I = 0
  END TYPE T
  TYPE(T), POINTER :: P
END SUBROUTINE N

This bug is breaking my code completely. Is there any workaround?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16606

Reply via email to