OK
Hi,
I while ago I tested a few fixes for minor ICEs affecting the __bases
extension. This one is about an ICE during error recovery when the
TYPE_BINFO information is not set yet. Still passes testing on x86_64-linux.
Thanks,
Paolo.
/cp
2015-12-08 Paolo Carlini
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,
Pa