From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28390 invoked by alias); 5 Dec 2001 18:22:01 -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 28313 invoked from network); 5 Dec 2001 18:21:58 -0000 Received: from unknown (HELO igw3.watson.ibm.com) (198.81.209.18) by sources.redhat.com with SMTP; 5 Dec 2001 18:21:58 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw3.watson.ibm.com (8.11.4/8.11.4) with ESMTP id fB5ILuT177660; Wed, 5 Dec 2001 13:21:56 -0500 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by sp1n293en1.watson.ibm.com (8.11.4/8.11.4) with ESMTP id fB5ILuU27222; Wed, 5 Dec 2001 13:21:56 -0500 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX4.3/8.9.3/8.9.3/01-10-2000) with ESMTP id NAA26124; Wed, 5 Dec 2001 13:21:45 -0500 Message-Id: <200112051821.NAA26124@makai.watson.ibm.com> To: Janis Johnson cc: Joe Buck , gcc@gcc.gnu.org Subject: Re: build status page problem In-Reply-To: Message from Janis Johnson of "Wed, 05 Dec 2001 10:19:54 PST." <20011205101954.A1968@us.ibm.com> Date: Wed, 05 Dec 2001 10:22:00 -0000 From: David Edelsohn X-SW-Source: 2001-12/txt/msg00226.txt.bz2 >>>>> Janis Johnson writes: Janis> The assumption is that everything on the GCC 3.0 build status page Janis> builds with all releases of 3.0.x unless it says otherwise. So far Janis> there's only one note otherwise, for s390-linux-gnu which is supported Janis> beginning with 3.0.1. Janis> I'd prefer to keep that assumption. If there's a regression that Janis> prevents a target from building with a particular release we can add a Janis> note to that effect for that target. The problem is that we cannot tell from the page what reports we actually have received. If we have a report that some target worked with 3.0.1 but no report for 3.0.2, we cannot tell if it works and it may discourage someone from testing that new release and reporting the result. David