On Nov 13, 2009, at 10:33 AM, Anders Carlsson wrote:
> do you have a smaller test case that shows this? If so I can try to  
> get it working.

virt.cc is pretty small...  It just has 21 usually totally independent  
testcase in it.  You'd have to probe which testcase blows it.  I think  
test3 is the first testcase that blows chunks:

struct test3_B3 { virtual void funcB3(); };
struct test3_B2 : virtual test3_B3 { virtual void funcB2(); };
struct test3_B1 : virtual test3_B2 { virtual void funcB1(); };

struct test3_D : virtual test3_B1 {
   virtual void funcD() { }
} d3;
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to