From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17347 invoked by alias); 3 Aug 2016 17:52:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17338 invoked by uid 89); 3 Aug 2016 17:52:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:624, opportunity, news X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 03 Aug 2016 17:52:51 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0A9B24E35B; Wed, 3 Aug 2016 17:52:50 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u73HqmZh014882; Wed, 3 Aug 2016 13:52:49 -0400 Subject: Re: [PATCH+7.12 0/1] gdb/NEWS: Mention C++ is now the default To: Yao Qi References: <1470235750-14321-1-git-send-email-palves@redhat.com> Cc: "gdb-patches@sourceware.org" From: Pedro Alves Message-ID: Date: Wed, 03 Aug 2016 17:52:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-08/txt/msg00075.txt.bz2 On 08/03/2016 05:30 PM, Yao Qi wrote: > On Wed, Aug 3, 2016 at 3:49 PM, Pedro Alves wrote: >> I noticed that the 7.12 NEWS does not mention yet that C++ is now the >> default. Might be a good idea to mention it, and suggest how to fall >> back to C, if necessary, taking the opportunity to warn that the >> option will be removed in the future. > > Yes, good to mention it. Does "+7.12" in subject mean the patch is for both > master and 7.12? or only for 7.12. My understand is the former. Yesh, both master and 7.12. Thanks, Pedro Alves