Any movement on this?
I've just spent quite some time investigating crashes on SPEC CPU2006 SoPlex test and eventually minimized the problem to
struct S {
virtual void foo();
void *a;
struct B {
double c;
} d;
};
Can you please add this test to the test set?
http://llvm-reviews.chandlerc.com/D1026