From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123091 invoked by alias); 12 Oct 2016 16:30:29 -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 123001 invoked by uid 89); 12 Oct 2016 16:30:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-oi0-f49.google.com Received: from mail-oi0-f49.google.com (HELO mail-oi0-f49.google.com) (209.85.218.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Oct 2016 16:30:19 +0000 Received: by mail-oi0-f49.google.com with SMTP id t73so66999887oie.1 for ; Wed, 12 Oct 2016 09:30:08 -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=ugOBKKCy2y8uE4SWcqzAOj9/zdfc0xT8gGObzB0DRIo=; b=hJkeEk/c4EKmBrP8TvvTmwtJ4yuX+9PDo53omblsWLiIzTboyul4RjpFRfDcsYnhON jS8oT2JCtPRCbcusTicuTftJZI9MX+3j6yg/ZUl2RAds2Ey9ai6qk0CQOV8wv2xyP3h3 3UoqPjGMSlTGJfMCBT34aLBqslmrQqI9kthfaYNJyuWFPDOUwFiHMIBduMcnl6EHAbKT PJQZSN4R0jK3dsEuKEVCYWnaAfBmHYa8asvqxWqJ5T1bPFZ82xIik16MIY0XZ66XpWAE SMu2/QbD7qYqlVpRo/0KsRizgbofbSOsLw3vkPjry6M25saaI90wQtGnQHuFz43Kvls2 lwjw== X-Gm-Message-State: AA6/9RmWTUqnltMc74swdPvKQxqCBrZ5I14lynJ+HT1uqZPfH639xlUCAOcHDKjTR/mOcFro51KVTNiV8iimfg== X-Received: by 10.202.4.17 with SMTP id 17mr1310717oie.91.1476289807489; Wed, 12 Oct 2016 09:30:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Wed, 12 Oct 2016 09:30:07 -0700 (PDT) In-Reply-To: <0d295a85-e43a-6b6c-aef1-7f61a9ef5704@redhat.com> References: <1476285429-24489-1-git-send-email-palves@redhat.com> <0d295a85-e43a-6b6c-aef1-7f61a9ef5704@redhat.com> From: Yao Qi Date: Wed, 12 Oct 2016 16:30:00 -0000 Message-ID: Subject: Re: [PATCH] Update gnulib to current upstream master 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/msg00325.txt.bz2 On Wed, Oct 12, 2016 at 5:12 PM, Pedro Alves wrote: > On 10/12/2016 05:09 PM, Yao Qi wrote: >> On Wed, Oct 12, 2016 at 4:17 PM, Pedro Alves wrote: >>> I tried building gdb with G++ 4.7 and CXX=3D"g++ -std=3Dgnu+11", and th= at >>> tripped on a build error: >> >> GDB source requires C++03 compiler, but it should be built with recent >> compiler with recent C++ standard. >> >> Patch is good to me, but let us leave this patch here for one day or two >> for the purpose of collecting comments or objections. > > Related to C++11? That was that motivated the update this time, Yes, C++ discussion in the other thread is quite hot. I assume people are interested in C++11 related discussion now. > but we should routinely update gnulib _anyway_. This allows reverting: > > commit e063da67902e2ba03cfc6f7381694f4c6a72ecf4 > Author: Pedro Alves > AuthorDate: Tue Nov 17 15:17:45 2015 +0000 > > [C++] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint= .h > > for example, since my gnulib fix has gone into master > upstream meanwhile. > Oh, indeed. That is the extra bit to justify this patch. --=20 Yao (=E9=BD=90=E5=B0=A7)