On Wed, 2006-10-04 at 00:30 -0400, Jack Howarth wrote: > Andrew, > I think I have this puzzled out now. The correct patch is...
Most of the testcases that are failing (except for the objc.dg-struct-layout-encoding-1/* ones) are failing because they depend on the fact the default on darwin is -fnext-runtime. Which means you have to modify most of those to include "-fnext-runtime" in the compiler flags (via dg-options in the testcase). Thanks, Andrew Pinski