This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: testsuite exp programming issue


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]