From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105575 invoked by alias); 3 Aug 2016 16:30:27 -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 105540 invoked by uid 89); 3 Aug 2016 16:30:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=opportunity, news X-HELO: mail-oi0-f46.google.com Received: from mail-oi0-f46.google.com (HELO mail-oi0-f46.google.com) (209.85.218.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 03 Aug 2016 16:30:22 +0000 Received: by mail-oi0-f46.google.com with SMTP id 4so77903787oih.2 for ; Wed, 03 Aug 2016 09:30:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=V669NlYmitgVyhxkLPe0JlzYVHj86UobRPcYoY5VS2g=; b=f69b7J0Y6VUJeGp26o0QPEYVilOkxyXhnLuknQdleDvTNpjDQd3NyOseTr6FYPvoCK E2ix5WPcp3dzpBxGIzwURZBZB//ZG4qtSZxquMF4Tume1YSvF3N3Uq0LZWJ2MQjLeftz s6HBB6fJhswahbWekvYQC3Tp/2fnM8ZdwFeTxIbZ2aZg4E70C1Uq6ybq4loDkO2dquWv 8B/enwpEkTKe9qGAsSh0oxUl4CNT2hFMF6LxrwHHyaLQhTIEnGoNZC9Rup7VS1ephG4I ZO/Pmni6NzsxVaIPulBXP5gHcwbJxgkr6HrArMx5CdeUuu3EtFA3NJrJlhkqNWoYBA7C AAFQ== X-Gm-Message-State: AEkoousBLJH/V3srQFS/x0UrXQEqWQ/vUjvp+7tH2kAezdXLCQazJfL6WUtjOYs2WU9yuTCYS2uWIRREdhMCtw== X-Received: by 10.202.227.16 with SMTP id a16mr33524019oih.86.1470241820852; Wed, 03 Aug 2016 09:30:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.172.75 with HTTP; Wed, 3 Aug 2016 09:30:20 -0700 (PDT) In-Reply-To: <1470235750-14321-1-git-send-email-palves@redhat.com> References: <1470235750-14321-1-git-send-email-palves@redhat.com> From: Yao Qi Date: Wed, 03 Aug 2016 16:30:00 -0000 Message-ID: Subject: Re: [PATCH+7.12 0/1] gdb/NEWS: Mention C++ is now the default To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00072.txt.bz2 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. --=20 Yao (=E9=BD=90=E5=B0=A7)