This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/16606] gfortran error with a valid derived type definition
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2004 14:24:25 -0000
- Subject: [Bug fortran/16606] gfortran error with a valid derived type definition
- References: <20040717143936.16606.deji_aking@yahoo.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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