[PATCH] Microsoft C++ Record Layout

Timur Iskhodzhanov timurrrr at google.com
Sun Oct 6 09:51:18 PDT 2013


  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



More information about the cfe-commits mailing list