From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3694 invoked by alias); 28 Sep 2002 16:59:52 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3687 invoked from network); 28 Sep 2002 16:59:51 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 28 Sep 2002 16:59:51 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 837BC3D88; Sat, 28 Sep 2002 12:59:41 -0400 (EDT) Message-ID: <3D95DFFD.2050603@redhat.com> Date: Sat, 28 Sep 2002 09:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com, Fernando Nasser Subject: Re: GDB PR categories References: <3D934F11.6050809@redhat.com> <15763.30377.326489.312610@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00498.txt.bz2 > Andrew Cagney writes: > > Following up from what Elena did. What do people think of the following > > PR categories. > > Ok. seems reasonable. Even though there may be some overlap of > categories. Watch out for characters like '-' '+' '/' in the > names. Maybe double check with Fernando. Is this for things like setup_xfail vis: ``setup_xfail *-*-* gdb/123''? I guess the question is, as with the above, does ``gdb'' refer to the bug database or the category within the database. I think it should identify the bug database (so we can also refer to GCC's and other databases). Otherwize, we'll create a situtation where, every time someone re-categories a bug report, they need to remember to also modify the test :-( Andrew