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]

[C++ Patch] PR 60218


Hi,

looks like the __bases extensions need some work as regards error checking / recovery but this specific ICE on invalid seems easy and safe to fix: check that TYPE_BINFO isn't null and handle the possibility of vector->length () null during error recovery.

Tested x86_64-linux.

Thanks,
Paolo.

/////////////////

Attachment: CL_60218
Description: Text document

Attachment: patch_60218
Description: Text document


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