This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/22101] use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message
- From: "fxcoudert 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 Jun 2005 18:31:01 -0000
- Subject: [Bug fortran/22101] use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message
- References: <20050617060652.22101.d.m.Ingram@MMU.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-18 18:31 -------
Reduction of this one:
type solid
integer :: i = 0
end type solid
type(solid), pointer :: a
end
so, this is indeed PR 16606. Thanks for reporting!
*** This bug has been marked as a duplicate of 16606 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22101