From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25765 invoked by alias); 4 Apr 2012 11:22:05 -0000 Received: (qmail 25756 invoked by uid 22791); 4 Apr 2012 11:22:05 -0000 X-SWARE-Spam-Status: No, hits=-5.4 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-qc0-f175.google.com (HELO mail-qc0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Apr 2012 11:21:53 +0000 Received: by qcso7 with SMTP id o7so72170qcs.20 for ; Wed, 04 Apr 2012 04:21:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:organization:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=LaBLyfqDA+pIUnb8XBI06a2Si5yc8jY+50PjULDZXGw=; b=bonW+QYHKSw0AATfxyBC4rhCaQiIHxzhY0BMD2Fn1aXj88FrkROlcq+OugqVPmLSmL ghTz9GATehNsgsar4CBaPn/sbg5nG55tvslNZCtfPaJoWQ9hq0sEsEzSQD9QJoVCgAWS AAxWuDxq7Y0ZgSlTHNUKBw/UdWxGHpCWk93yydsOkcjQXkFdKyf2eSHnQqh324iGqSaG No8EGa/oP9K272aXdaNzwDHMVxfhN+TsbaZTUxts9dZZ+1+WVZl3KPcjmPjW62PAVZwQ m7AY2bGAgPwWf+cBCSqZ3VuK774H5Qz2OLFACnp65dUfQvZN9s1Sacg47p2j2Q4DOteZ BOPA== Received: by 10.229.134.203 with SMTP id k11mr6562906qct.67.1333538512406; Wed, 04 Apr 2012 04:21:52 -0700 (PDT) Received: by 10.229.134.203 with SMTP id k11mr6562893qct.67.1333538512189; Wed, 04 Apr 2012 04:21:52 -0700 (PDT) Received: from dnovillo-macbookpro.local ([72.14.228.1]) by mx.google.com with ESMTPS id bm15sm762334qab.17.2012.04.04.04.21.50 (version=SSLv3 cipher=OTHER); Wed, 04 Apr 2012 04:21:51 -0700 (PDT) Message-ID: <4F7C2ECD.7090508@google.com> Date: Wed, 04 Apr 2012 11:22:00 -0000 From: Diego Novillo User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: David Edelsohn CC: gcc Subject: Re: Switching to C++ by default in 4.8 References: <4F7B356E.9080003@google.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlioERJvnlPlr6y7qy/AwSkSJxMG4BS7M3oPxZWEjT9H39JOB2hvr9rHPEebEFANN6BuQii4ekqQTfdlIfxhIBdYdQOKW6r1TERgxHQ2rVqDfv6fp0Z0halnouacwAi7EKyD2j0mcoD0je3X2tQcSCvpfSeDu72tn9YoxXMYmFMOhNAKQY= 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/msg00091.txt.bz2 On 4/3/12 9:13 PM, David Edelsohn wrote: > I appreciate the motivation, but this may cause major problems on > non-GNU/Linux platforms. Testing on all primary targets is not > enough. I can test on other targets, as well. What targets do you have in mind? If I don't have access to them, I'll need volunteers to test my patch. Diego.