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


> 
>     I am trying to adjust the current gcc/gcc/testsuite/lib/objc.exp
> to allow it to build against the gnu-objc runtime library in the 
> case of -m64 compiles on Darwin8. Unfortunately, I've hit a brick
> wall in terms of catching the instance of '-m64' being passed to
> the compiler flags. Normally I do this with...
> 
> make -k check RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'"
> 
> so it comes in on the variations in runtest. The patch should
> look like...

I would suggest instead to disable the testcases instead of just
testing the GNU runtime, it is useless really because some testcases
are compile time only which test the Next runtime explictly and will
fail if you test them using the GNU runtime.

-- Pinski


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