From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20047 invoked by alias); 14 Apr 2012 03:07:09 -0000 Received: (qmail 20035 invoked by uid 22791); 14 Apr 2012 03:07:08 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Apr 2012 03:06:55 +0000 Received: by iaag37 with SMTP id g37so5358456iaa.20 for ; Fri, 13 Apr 2012 20:06:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.202.105 with SMTP id kh9mr265596igc.68.1334372815307; Fri, 13 Apr 2012 20:06:55 -0700 (PDT) Received: by 10.231.150.213 with HTTP; Fri, 13 Apr 2012 20:06:54 -0700 (PDT) In-Reply-To: <20120409182200.GI6148@sunsite.ms.mff.cuni.cz> References: <4F7C35A3.3080207@codesourcery.com> <20120409182200.GI6148@sunsite.ms.mff.cuni.cz> Date: Sat, 14 Apr 2012 03:07:00 -0000 Message-ID: Subject: Re: Switching to C++ by default in 4.8 From: Chiheng Xu To: Jakub Jelinek Cc: Lawrence Crowl , Richard Guenther , Bernd Schmidt , Gabriel Dos Reis , David Edelsohn , Diego Novillo , gcc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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/msg00624.txt.bz2 On Tue, Apr 10, 2012 at 2:22 AM, Jakub Jelinek wrote: > On Mon, Apr 09, 2012 at 10:55:46AM -0700, Lawrence Crowl wrote: >> A build conversion to C++ is a precondition to any source change >> using C++, though the two could be bundled into one patch. =C2=A0In any >> event, I agree that the conversion needs to provide value. Vectors >> and hash tables are a good early target. > > Hash tables? =C2=A0Ugh, what is wrong with the hash tables we have right = now in > GCC? > He probably mean to wrap hash table in C++ class. --=20 Chiheng Xu