[Bug fortran/16606] gfortran error with a valid derived type definition

enok at lysator dot liu dot se gcc-bugzilla@gcc.gnu.org
Sat Jun 18 09:08:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list