From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8631 invoked by alias); 23 Nov 2004 17:01:49 -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 8593 invoked from network); 23 Nov 2004 17:01:44 -0000 Received: from unknown (HELO e35.co.us.ibm.com) (32.97.110.133) by sourceware.org with SMTP; 23 Nov 2004 17:01:44 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e35.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id iANH1hQf576050 for ; Tue, 23 Nov 2004 12:01:43 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id iANH1hDb439012 for ; Tue, 23 Nov 2004 10:01:43 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id iANH1gej018437 for ; Tue, 23 Nov 2004 10:01:43 -0700 Received: from dyn318378bld.beaverton.ibm.com (DYN318378BLD.beaverton.ibm.com [9.47.18.189]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id iANH1gJ3018415; Tue, 23 Nov 2004 10:01:42 -0700 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 iANH1eFw004539; Tue, 23 Nov 2004 09:01:41 -0800 Received: (from janis@localhost) by dyn318378bld.beaverton.ibm.com (8.12.8/8.12.8/Submit) id iANH1dY6004537; Tue, 23 Nov 2004 09:01:39 -0800 X-Authentication-Warning: dyn318378bld.beaverton.ibm.com: janis set sender to janis187@us.ibm.com using -f Date: Tue, 23 Nov 2004 17:19:00 -0000 From: Janis Johnson To: Mark Mitchell Cc: Mike Stump , gcc@gcc.gnu.org Subject: Re: Mainline in regression-fix mode after Thanksgiving Message-ID: <20041123170139.GA4463@us.ibm.com> References: <200411230026.iAN0QqeO005220@sirius.codesourcery.com> <884E869E-56B9-43AD-ACDD-0F2A47287087@apple.com> <41A29C79.5070803@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41A29C79.5070803@codesourcery.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-11/txt/msg00827.txt.bz2 On Mon, Nov 22, 2004 at 06:12:09PM -0800, Mark Mitchell wrote: > Mike Stump wrote: > >On Nov 22, 2004, at 4:26 PM, Mark Mitchell wrote: > > > >>I've been staring at Bguzilla for about a week now trying to figure > >>out what to make of the fact that there are more than 200 regressions > >>open against GCC 3.4. > > > > > >Dear Santa, for Christmas I want a regression tester that will > >specifically find the person that caused each of the 200 regressions, > >then do: sort | uniq -c | sort -nr and update a web page with that > >information. We can then have just the people that put in regressions > >get hammered instead of everyone. > > Yes, that would be nice. :-) I'm set up to do regression hunts on a powerpc64-linux-gnu system and can keep it busy. For regressions that can be tested with only cc1 or cc1plus a regression hunt can build and test cross compilers so it doesn't matter what the build/host system is. If there are regressions you'd like me to track down, assign the PRs to me temporarily and then I can assign them to the person who introduced or exposed the bug, or to someone else who can then decide what do with it next. Janis