From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63793 invoked by alias); 12 Oct 2016 16:09:43 -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 63736 invoked by uid 89); 12 Oct 2016 16:09:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 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-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Oct 2016 16:09:39 +0000 Received: by mail-oi0-f53.google.com with SMTP id m72so66046028oik.3 for ; Wed, 12 Oct 2016 09:09:39 -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=9yXlfqIY6ZEb7uq/HrBJ2VBHmdDoaFCHwv0tnCESg04=; b=TzcEYBEG1ILGrFJ6oSQ8a0R1KTgD8b1oBN/g9IOgW1GF6rVfQLQrtfVeXpnv5B7DnM cTNxFmhopIh80/iNpleNPpdlzcun+9NvIS9X7iIS1Q/KAbfmQj35XvZlOecu/Mjhpl4w m4BGMYo+wD/IL2xQVsn0BK7fQ5UPrz0GusiRCM3GlXhHKBdEO58aTtwOWii2OzCYRXnH wrkb3Rk/FYNWJ6V3dWkfN7GllUsquWtFG92SgSyLBv3fEZ5cLG7sQVozvQ9eYR0vnKJ7 S+Z7rQ8CiD3pCg8ypHqEWsY2cxcARRoJYcLjmGoW4is3ou2tEuOhKTBK2mXjNVyDVHkZ r5KQ== X-Gm-Message-State: AA6/9Rk3YI81qxBSkzpy3doTidvlkTjavXcdMCEIByIRUKpCVF4PvmBOz4SeAmDDsIh92ZmEMs2uoEMZ8+hCDg== X-Received: by 10.202.50.67 with SMTP id y64mr1133088oiy.50.1476288578112; Wed, 12 Oct 2016 09:09:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.221.3 with HTTP; Wed, 12 Oct 2016 09:09:37 -0700 (PDT) In-Reply-To: <1476285429-24489-1-git-send-email-palves@redhat.com> References: <1476285429-24489-1-git-send-email-palves@redhat.com> From: Yao Qi Date: Wed, 12 Oct 2016 16:09: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/msg00321.txt.bz2 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 that > 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. --=20 Yao (=E9=BD=90=E5=B0=A7)