From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19307 invoked by alias); 9 Apr 2012 15:17:47 -0000 Received: (qmail 19289 invoked by uid 22791); 9 Apr 2012 15:17:46 -0000 X-SWARE-Spam-Status: No, hits=-51.7 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Apr 2012 15:17:33 +0000 Received: from [192.168.0.129] (vie-188-118-252-102.dsl.sil.at [188.118.252.102]) by ainaz.pair.com (Postfix) with ESMTPSA id 000F83F460; Mon, 9 Apr 2012 11:17:31 -0400 (EDT) Date: Mon, 09 Apr 2012 15:17:00 -0000 From: Gerald Pfeifer To: Doug Evans cc: Mike Stump , gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org Subject: Re: Mirror gcc/contrib -> src/contrib? [was Re: [patch, gcc RFA] dg-extract-results.sh: Handle KFAILs.] In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00146.txt.bz2 On Fri, 6 Apr 2012, Doug Evans wrote: > btw, is there any interest in mirroring gcc/contrib -> src/contrib? > [instead of gdb having its own copy in gdb/testsuite, it *could* use > the one in, e.g., src/contrib. I don't have a strong opinion. I'm > just looking for others opinions, as the topic came up in another > context.] Looking at gcc/contrib, there is a lot of stuff there which does not seem applicable to other projects. Not sure I'd just mirror all that... Gerald