This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite custom environment
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: David Edelsohn <dje at watson dot ibm dot com>, Stephen Biggs <xyzzy at hotpop dot com>, GCC list <gcc at gcc dot gnu dot org>
- Date: Tue, 20 May 2003 14:59:14 -0700
- Subject: Re: Testsuite custom environment
- References: <janis187@us.ibm.com> <200305202115.RAA30208@makai.watson.ibm.com> <20030520144141.A27221@us.ibm.com>
On Tue, May 20, 2003 at 02:41:41PM -0700, Janis Johnson wrote:
> I suppose it would help
> to read the documentation for expect.
Score! I created a file ~/.expect.rc with the following:
global TORTURE_OPTIONS
set TORTURE_OPTIONS [list { -O0 }]
and the torture tests are run with only -O0.
Janis