------- Comment #1 from pault at gcc dot gnu dot org 2010-01-08 05:47 -------
type(t) function func2() result(res)
type t
sequence
integer :: i = 5
end type t
res%i = 2
end function func2
causes a segmentation fault!
Confirmed
Paul
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2010-01-08 05:47:58
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42650