This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-18 14:24 -------
Further reduced to:
  TYPE n
     CHARACTER, POINTER :: vc => NULL()
  END TYPE n
  TYPE (n), POINTER :: pd
END

this is, I believe, indeed valid. Therefor confirmed this time.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-18 14:24:25
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]