[Bug fortran/22101] use of type(x), pointer:: next => null() causes compilation to fail with a spurious error message
fxcoudert at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jun 18 18:31:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list