This is the mail archive of the gcc-patches@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: [PATCH][RFC] Param flags for testsuite


On Sat, 2007-11-03 at 00:43 +0100, Andreas Schwab wrote:
> Richard Guenther <rguenther@suse.de> writes:
> 
> > If you try to run the testsuite with an extra --param added, you figure
> > out that dejagnu doesn't like this.  The only way I got it work is to use
> >
> > make check RUNTESTFLAGS="--target_board=unix/--param/max-aliased-vops=0"
> >
> > but then dejagnu makes "--param -mmax-aliased-vops=0" out of that.
> 
> Have you tried `--param=max-aliased-vops=0'?

It also works to use

RUNTESTFLAGS="--target_board=unix'{--param\ max-aliased-vops=0}'"

(That's a space after --param\ ", in case mailers fold that line.)

Janis


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