From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29945 invoked by alias); 6 Dec 2001 00:21:57 -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 29232 invoked from network); 6 Dec 2001 00:20:38 -0000 Received: from unknown (HELO puce.csi.cam.ac.uk) (131.111.8.40) by sources.redhat.com with SMTP; 6 Dec 2001 00:20:38 -0000 Received: from student.cusu.cam.ac.uk ([131.111.179.82] helo=kern.srcf.societies.cam.ac.uk ident=mail) by puce.csi.cam.ac.uk with esmtp (Exim 3.22 #1) id 16BmHE-0001tt-00; Thu, 06 Dec 2001 00:20:36 +0000 Received: from jsm28 (helo=localhost) by kern.srcf.societies.cam.ac.uk with local-esmtp (Exim 3.12 #1 (Debian)) id 16BmHE-0007u4-00; Thu, 06 Dec 2001 00:20:36 +0000 Date: Wed, 05 Dec 2001 16:21:00 -0000 From: "Joseph S. Myers" X-X-Sender: To: cc: Subject: Re: ACATS legal status cleared by FSF In-Reply-To: <200112052305.fB5N5D700531@ulmo.localdomain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-12/txt/msg00253.txt.bz2 On Thu, 6 Dec 2001 guerby@acm.org wrote: > [4] What should be the top directory in the gcc tree for the ACATS > test suite? gcc/gcc/testsuite/ada/acats or a top level directory or That seems plausible - presumably "runtest --tool ada" will be used in "make check" to run both those and other Ada tests? > [8] I propose to commit directly with the patch applied, I'll of course > commit and maintain a list of tests that were modified and why, any > objection? It is arguable that perhaps the CVS vendor branch mechanism should be used - import the unmodified sources on the vendor branch with GCC's modified version on the mainline. This should make it easy to use CVS to see what the differences from unmodified ACATS are. I don't know whether whatever tests it is deliberately decided to drop rather than include in the GCC testsuite should also go on the vendor branch, or whether it should just be documented which are dropped. > The upstream ACATS is maintained using CVS, web documents and > interface from . There's a very low volume > public mailing list. We ought to have a link to this from the Ada section of readings.html. -- Joseph S. Myers jsm28@cam.ac.uk