This is the mail archive of the gcc-patches@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]

[LTO] free_language_specifics crashes C++ pretty-printer


I am working on a bug where free_language_specifics caused the C++
pretty-printer crash because it clears all TYPE_CONTEXT.  I can add a
band-aid in dump_typename but that does not look like the right fix to
me.  Is there a better solution?

-Doug


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