From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25237 invoked by alias); 11 Apr 2012 16:35:38 -0000 Received: (qmail 25114 invoked by uid 22791); 11 Apr 2012 16:35:33 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_CX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-qc0-f201.google.com (HELO mail-qc0-f201.google.com) (209.85.216.201) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Apr 2012 16:35:20 +0000 Received: by qcse1 with SMTP id e1so133676qcs.2 for ; Wed, 11 Apr 2012 09:35:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:organization:user-agent:x-gm-message-state; bh=B7CKNu0B/X0j1RqvUskhCeACSoLXXNvxVPheqHSKAs4=; b=kZtMWYQSf6unY16cZWH2PRxA/869dEusk7ZdCCu+3vQxPG13pwnQyN2EidSXAPS3n5 l7BC1L/Lb8yAeZMf6VNTkK++39F+nD3Z86hxb+i2xk7TqfW8xsGjYy+YNK1g4kKDAsHY CQWDSdXqiVb5L2Chn39Sq6yrL2m6NL5LRMB5BqJkjHEUAAFpyLL6wtWBRoSEqsTCTA4Z D+gvz/owupNjLz3Es24KeXzFxOgphFesWRjkybhIwaCdPJI5OQlrJPujQHVnzmlt3eki f9jQ9phwgmPY456BrtwiGEHJ5EPGECY4DCr8cdAPmFZfGKYpTKlttAq4HSFe7C46KqJW 8aYA== Received: by 10.101.128.12 with SMTP id f12mr6923566ann.27.1334162119368; Wed, 11 Apr 2012 09:35:19 -0700 (PDT) Received: by 10.101.128.12 with SMTP id f12mr6923546ann.27.1334162119248; Wed, 11 Apr 2012 09:35:19 -0700 (PDT) Received: from wpzn3.hot.corp.google.com (216-239-44-65.google.com [216.239.44.65]) by gmr-mx.google.com with ESMTPS id k4si2770809yhm.3.2012.04.11.09.35.19 (version=TLSv1/SSLv3 cipher=AES128-SHA); Wed, 11 Apr 2012 09:35:19 -0700 (PDT) Received: from tobiano.tor.corp.google.com (tobiano.tor.corp.google.com [172.29.41.6]) by wpzn3.hot.corp.google.com (Postfix) with ESMTP id 2BEEC10004D; Wed, 11 Apr 2012 09:35:19 -0700 (PDT) Received: by tobiano.tor.corp.google.com (Postfix, from userid 54752) id 691C8AE1D2; Wed, 11 Apr 2012 12:35:18 -0400 (EDT) Date: Wed, 11 Apr 2012 16:35:00 -0000 From: Diego Novillo To: gcc@gcc.gnu.org Cc: pedro.lamarao@gmail.com, Ian Lance Taylor , Lawrence Crowl Subject: Converting GCC to C++ - new branch cxx-conversion Message-ID: <20120411163516.GA32717@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Gm-Message-State: ALoCoQmUoFEaQwqLS2ZFYKUu4Z3kn1Owr/1iRPL5sMOLDcs4UzF5s5I231rSpLZJ8rbRsYV/rKj9vZ58oF7zQA6vzYYDDRnN35dyJX13yc6tT9hnF+CPT+Sfw5xhQXzGTIxnAhXKDZwUslNv46oVV0ueACywrvQlwvdxB183tWElJ4nR5kxN6rQ= X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2012-04/txt/msg00426.txt.bz2 I have created the SVN branch cxx-conversion to host all the mini-projects aimed at exploring the C++ conversion. Everyone is welcome to contribute to it. The branch has been configured to build in C++ mode by default. I have also created a wiki page to coordinate conversion efforts and document the status of the branch: http://gcc.gnu.org/wiki/cxx-conversion Finally, I've created an entry in http://gcc.gnu.org/svn.html. The first project that I will start working on is the conversion of vec.h and dealing with the garbage allocator. I am hoping to have this ready for the 4.8 release. Details on the projects' wiki. Thanks. Diego.