------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05
13:04 -------
Confirmed, reduced testcase:
module stackmod
type stack_node
integer :: intval=0
type(stack_node), pointer :: next
end type stack_node
contains
subroutine push()
type(stack_node), pointer :: new_node
end subroutine push
end module stackmod
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2005-07-05 13:04:24
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22306