From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30335 invoked by alias); 17 Dec 2010 23:50:56 -0000 Received: (qmail 30261 invoked by uid 22791); 17 Dec 2010 23:50:54 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,TW_CC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Dec 2010 23:50:50 +0000 Received: from kpbe16.cbf.corp.google.com (kpbe16.cbf.corp.google.com [172.25.105.80]) by smtp-out.google.com with ESMTP id oBHNomCw024073 for ; Fri, 17 Dec 2010 15:50:48 -0800 Received: from pzk27 (pzk27.prod.google.com [10.243.19.155]) by kpbe16.cbf.corp.google.com with ESMTP id oBHNo4t2025012 for ; Fri, 17 Dec 2010 15:50:14 -0800 Received: by pzk27 with SMTP id 27so253570pzk.0 for ; Fri, 17 Dec 2010 15:50:04 -0800 (PST) Received: by 10.142.186.10 with SMTP id j10mr1104128wff.350.1292629804222; Fri, 17 Dec 2010 15:50:04 -0800 (PST) Received: from coign.google.com (dhcp-172-22-127-241.mtv.corp.google.com [172.22.127.241]) by mx.google.com with ESMTPS id y42sm1116683wfd.10.2010.12.17.15.50.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Dec 2010 15:50:03 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: [gccgo] Removed and recreated gccgo branch Date: Sat, 18 Dec 2010 07:34:00 -0000 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-12/txt/msg01444.txt.bz2 Since I merged the gccgo branch to trunk, it was hard to then merge trunk back to the gccgo branch without getting unreasonable conflicts. Instead I have removed the gccgo branch and recreated it as a fresh copy of trunk. Ian