This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58007

Mikael Morin <mikael at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30656|0                           |1
        is obsolete|                            |

--- Comment #12 from Mikael Morin <mikael at gcc dot gnu.org> ---
Created attachment 31511
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31511&action=edit
Patch fixing both comment #4 and comment #6

Let's hope it's not too late to put this under the christmas tree.

This patch does forces pointer association of components of a derived type
which has already been loaded.
I don't like it much, as it is dependent on the order of the symbol contents as
specified by the mio_symbol code.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]