From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1841 invoked by alias); 5 Apr 2012 14:36:33 -0000 Received: (qmail 1739 invoked by uid 22791); 5 Apr 2012 14:36:31 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Apr 2012 14:36:19 +0000 Received: by wibhn6 with SMTP id hn6so1170718wib.8 for ; Thu, 05 Apr 2012 07:36:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=kugztCG+F12niDCvtE8051ynaI9ix0ZGPI0/QV3UR8A=; b=os5V1kCUhXqAl6ECsOBwIG6UJyqICtDrnW9s9cNxtNRourkP2J373dV/fiOcTIAcP3 IZHXB9c6d7vtNdTbZaa+fgyuPZC4oWv+g5NCJ5zyKZ15EoDfxE9moGCd5RwxsDBIlgsS OIhfAHM9BMIwTnrB4xPCYq3jRCn8UkkDginVWoGkFMdUd3hz1uHbDUjPd8P+Eob2wRyf 5XQwsVXxew+G8kV8AIlu95XZ9QL+Yv20blqM2eSyUh1QufIGrqd/XyUaDgaKQfj5WA0K eiEeWkE5v92Lx4wj6KbFVcCcAse+2C9wlFpBSiIFnL9IyW0iP7WBiwiYc5RwYwMuti8L XnFQ== Received: by 10.180.84.164 with SMTP id a4mr5457420wiz.2.1333636578059; Thu, 05 Apr 2012 07:36:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.84.164 with SMTP id a4mr5457399wiz.2.1333636577926; Thu, 05 Apr 2012 07:36:17 -0700 (PDT) Received: by 10.227.110.73 with HTTP; Thu, 5 Apr 2012 07:36:17 -0700 (PDT) In-Reply-To: References: <4F7B356E.9080003@google.com> <4F7C2E74.6010501@google.com> Date: Thu, 05 Apr 2012 14:36:00 -0000 Message-ID: Subject: Re: Switching to C++ by default in 4.8 From: Diego Novillo To: Richard Guenther Cc: =?UTF-8?Q?Pedro_Lamar=C3=A3o?= , gcc@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-System-Of-Record: true X-Gm-Message-State: ALoCoQm8KvQvTDRoAwdDR0Mqlp1z+LvOeNuDCpOc79TOmQ40eL0vHkPP9B03tExvbm7bEsv8aj3m/3w7LquiBe/nnNcFzniD1JLyjhcsONDVZEExhTgThMEZBsZquam24Z4Wk/6uXpXD 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/msg00201.txt.bz2 On Thu, Apr 5, 2012 at 10:24, Richard Guenther wrote: > Which means never, because I think it's a prerequesite for switching? No. I was not clear. By "done", I meant that GCC builds with C++ in all the platforms we can test. I'm sending a testing plan later today with the list of targets I think should be tested. I am expecting to do some adjusting patches to get all the targets working. Whether the vec.h conversion is committed simultaneously with the C++ switch is a minor issue. The cleanup patches for C++ will certainly need to be committed first. Diego.