From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58458 invoked by alias); 28 Oct 2016 12:07:23 -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 58431 invoked by uid 89); 28 Oct 2016 12:07:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-qk0-f195.google.com Received: from mail-qk0-f195.google.com (HELO mail-qk0-f195.google.com) (209.85.220.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Oct 2016 12:07:12 +0000 Received: by mail-qk0-f195.google.com with SMTP id x11so4670067qka.0 for ; Fri, 28 Oct 2016 05:07:11 -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=Vg633nyzEC1TM+Wklnbtn3Btmgo1REV7nPTyK/pr39Y=; b=YMVmLvikHSuyRsodIGGNsSGRzRLTdARDAkcSghWEhtreBeBB3OgaRkKQ+w9FnM2Lb2 rua9NXc94AacQjN+U0yDxkjC8bTznoKz2wlrqtT9cawJP1kXuIHI6pzgwzGpJVEYHI78 +YYFOqJJg9hQt6fVsxxftYQDDUmyGK4oQZ+dwMZ+kOiJ4GlohJhrFuAHdKCIrBODqWny v5nvGXqH+9UpD7+gcjIhieJc/CskRxdBHAurczoxcFpnbbh8ifcXetT9LXJF/4b+Yn3o 8ti/X1jeqxYpzFs6gXoY+aRcHod+8Qpv98pcpes3+Nnv1uyNLImwjSkRfTZ/K3mzQ98U FAVA== X-Gm-Message-State: ABUngvfaeMMskiEZVGMh5rwGZqLJViKaZIpowiNBEqSm3xrVnIJwwsWUaR6q/ZwOU+doRcm6HYge4uO/QbvJ+Q== X-Received: by 10.55.69.73 with SMTP id s70mr648089qka.161.1477656430522; Fri, 28 Oct 2016 05:07:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.149.168 with HTTP; Fri, 28 Oct 2016 05:07:10 -0700 (PDT) In-Reply-To: <1477596094-3244-1-git-send-email-palves@redhat.com> References: <1477596094-3244-1-git-send-email-palves@redhat.com> From: Yao Qi Date: Fri, 28 Oct 2016 12:07:00 -0000 Message-ID: Subject: Re: [PATCH 0/2] gdb: Require a C++11 compiler 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-10/txt/msg00790.txt.bz2 On Thu, Oct 27, 2016 at 8:21 PM, Pedro Alves wrote: > As previously discussed, this patch set makes GDB require a C++11 > compiler. > > You'll find the previous discussions referenced here: > https://sourceware.org/ml/gdb-patches/2016-10/msg00607.html > > This is basically the same as I had sent here: > https://sourceware.org/ml/gdb-patches/2016-10/msg00336.html > > The only difference is a single-line change that makes C++11 a > mandatory instead of enabling it iff supported. > This series is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)