Re: [C++ Patch] PR 60218

2015-12-09 Thread Jason Merrill
OK

[C++ Patch] PR 60218

2015-12-08 Thread Paolo Carlini
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

[C++ Patch] PR 60218

2015-01-19 Thread 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