From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6775 invoked by alias); 19 Nov 2004 00:15:38 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 6630 invoked from network); 19 Nov 2004 00:15:29 -0000 Received: from unknown (HELO e5.ny.us.ibm.com) (32.97.182.105) by sourceware.org with SMTP; 19 Nov 2004 00:15:29 -0000 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.12.10/8.12.9) with ESMTP id iAJ0FSMW383682 for ; Thu, 18 Nov 2004 19:15:28 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id iAJ0FS9H287680 for ; Thu, 18 Nov 2004 19:15:28 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id iAJ0FSi7000986 for ; Thu, 18 Nov 2004 19:15:28 -0500 Received: from dyn318378bld.beaverton.ibm.com (DYN318378BLD.beaverton.ibm.com [9.47.18.189]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id iAJ0FRpA000966; Thu, 18 Nov 2004 19:15:28 -0500 Received: from dyn318378bld.beaverton.ibm.com (localhost.localdomain [127.0.0.1]) by dyn318378bld.beaverton.ibm.com (8.12.8/8.12.8) with ESMTP id iAJ0FOVn008230; Thu, 18 Nov 2004 16:15:24 -0800 Received: (from janis@localhost) by dyn318378bld.beaverton.ibm.com (8.12.8/8.12.8/Submit) id iAJ0FN0N008228; Thu, 18 Nov 2004 16:15:23 -0800 X-Authentication-Warning: dyn318378bld.beaverton.ibm.com: janis set sender to janis187@us.ibm.com using -f Date: Fri, 19 Nov 2004 00:37:00 -0000 From: Janis Johnson To: Eric Botcazou Cc: Janis Johnson , gcc@gcc.gnu.org Subject: Re: Running the compat testsuite in "non-mirror" mode Message-ID: <20041119001522.GA8214@us.ibm.com> References: <200411180815.10873.ebotcazou@libertysurf.fr> <200411190024.48784.ebotcazou@libertysurf.fr> <20041118234900.GB7892@us.ibm.com> <200411190109.32937.ebotcazou@libertysurf.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411190109.32937.ebotcazou@libertysurf.fr> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-11/txt/msg00655.txt.bz2 On Fri, Nov 19, 2004 at 01:09:32AM +0100, Eric Botcazou wrote: > > Like the lists of pairs of options in COMPAT_OPTIONS that are described > > in the compat test documentation in sourcebuild.texi? > > Yes, but automatically. In other words, I'd like to automatically run the > compat testsuite twice on the SPARC, in mirror mode and in non-mirror mode > with a hardcoded pair of options. I'm sorry, I still don't understand what you mean my mirror and non-mirror modes. Janis