This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: testsuite exp programming issue
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: howarth at bromo dot msbb dot uc dot edu (Jack Howarth)
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 3 Oct 2006 22:47:03 -0400 (EDT)
- Subject: 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