From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5558 invoked by alias); 29 Dec 2013 23:39:44 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 5548 invoked by uid 89); 29 Dec 2013 23:39:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f50.google.com Received: from mail-oa0-f50.google.com (HELO mail-oa0-f50.google.com) (209.85.219.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 29 Dec 2013 23:39:42 +0000 Received: by mail-oa0-f50.google.com with SMTP id n16so11614095oag.9 for ; Sun, 29 Dec 2013 15:39:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=FJktMcIg5sr2ZRP9ykSY0EISS8VghR+dptAAZn+VUsM=; b=egnWsfkAqX0+YV2WoXn0ExMwVxsnJpfxsyuAKXZeMEEa2CZgmJFibP2wwHQoIukXVh KnR6zfjyNXjrsxZlZuyj4dffJA6QRIbDWMPC8b9yn/dNnP5wYjlzg824zzqcfxB8Hvvn 91DoGYTkRX4s1EKDawNqKfMf9e6XswGf3tfH9C+paPrbu1dtWf4jCAonyr/o97rV/wNk j1UCmfsDR3g91cmjCGDafNzdpWeSfAd5HfL34VwKI8tEe3RqNIWFc3DwNtWnB/dIoZOf TpbfWHn5kySA+kicV+rZP43XoTH1i0ZfvyWTBKTmvOV5tuk1dZEoLKBIUHwg2P/pkNai COeg== X-Gm-Message-State: ALoCoQmlU3OLYzGPN6cE05lWCl3zDup0EBKvOiUopuXMEo2ad7ZOAMtd9NhuBCPhxOf52W6Ii9yGEcJ1rof0lA4mKDjsTD5e3gWpcWy+mNdfnwWdERkkOgxm6HlWLBuo1DWTo3CCtCD3PdZ9QfaOlfYeDqjz1wZ2KvpBRfO39G03yUULpuP5PW+KmzSbXaM2KmCAq7/GwCBl MIME-Version: 1.0 X-Received: by 10.60.178.139 with SMTP id cy11mr1612917oec.36.1388360380696; Sun, 29 Dec 2013 15:39:40 -0800 (PST) Received: by 10.60.39.170 with HTTP; Sun, 29 Dec 2013 15:39:40 -0800 (PST) In-Reply-To: References: Date: Sun, 29 Dec 2013 23:39:00 -0000 Message-ID: Subject: Re: Developing a new feature for gcc From: Ian Lance Taylor To: Michael Foley Cc: "gcc-help@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00143.txt.bz2 On Sun, Dec 29, 2013 at 3:31 PM, Michael Foley wrote: > > I have an idea for a feature to be added to the C/C++ compiler, where > can I find specific information on creating a branch of the code on > which I can work and also on the legal implications of contributing to > such an open source project. On creating a branch: http://gcc.gnu.org/svnwrite.html . On legal implications: http://gcc.gnu.org/contribute.html . Ian