[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-09-11 Thread townsend at astro dot wisc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 Rich Townsend townsend at astro dot wisc.edu changed: What|Removed |Added CC||townsend at

[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 --- Comment #6 from Mikael Morin mikael at gcc dot gnu.org --- further reduced test below. Fails with trunk-20130619 and 4.7.3 here. And works with 4.8-20130416. module matrix type :: sparse_matrix integer :: max_degree end type end

[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 --- Comment #7 from Mikael Morin mikael at gcc dot gnu.org --- (In reply to Mikael Morin from comment #5) I suppose the following is happening (based on Janus' test): [...] This may well be wrong as the typebound procedure in the

[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-08-14 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 --- Comment #8 from Mikael Morin mikael at gcc dot gnu.org --- Created attachment 30656 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30656action=edit tentative hack For some reason this patch fixes the internal error on comment #6, but not

[Bug fortran/58007] [OOP] ICE in free_pi_tree(): Unresolved fixup - resolve_fixups does not fixup component of __class_bsr_Bsr_matrix

2013-08-13 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc dot