[Bug fortran/13010] New: seg fault on valid code
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 11 16:12:00 GMT 2003
Forwarding from <http://gcc.gnu.org/ml/fortran/2003-11/msg00022.html> so it does not get
lost.
module test
type list_t
type(list_t), pointer :: next
end type list_t
type listptr_t
type(list_t), pointer :: this
end type listptr_t
type x_t
type(listptr_t), pointer :: arr(:)
end type x_t
type(x_t), pointer :: x
end module test
--
Summary: seg fault on valid code
Product: gcc
Version: tree-ssa
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13010
More information about the Gcc-bugs
mailing list