From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38572 invoked by alias); 21 Aug 2019 20:11:09 -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 38563 invoked by uid 89); 21 Aug 2019 20:11:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.2 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:631 X-HELO: mail-ot1-f67.google.com Received: from mail-ot1-f67.google.com (HELO mail-ot1-f67.google.com) (209.85.210.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Aug 2019 20:11:08 +0000 Received: by mail-ot1-f67.google.com with SMTP id m24so3248009otp.12 for ; Wed, 21 Aug 2019 13:11:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yyHDGOsmLO3XKS/dE5nbvg4US7o2H5Ap/9Hmo5lp9mM=; b=tsUpGVKCIXHHVkLB4Td913qATtPl47/uYZVbzlqXBVvHrv+x9lb5siz38z4r+aM7uo SS/v9GoXgeyQlb0u31033fnquVtZKc9tP/Z1epccrNGZBRjfMvp7sBQ824QN0FGCx2Q0 MyplBw2KBWf7Wxh5eoVxThsubpUh7WhzXSJXICxR+67HECEo1hgbb10gWcCvCkHUkNBd Fy5/MvjHriaMHLAA0XuwJRTI8bW5Lzx4MY/hUWhsJEMytgjPqH/gPHhRvEJz/apc5YCG XvuECoWUKLQSuZiqdzUawdL6E40BnEHSJhq9WyuHRDSrmz4G9pYHXygWKG9MnM4Im8S5 JbyQ== MIME-Version: 1.0 References: <20190821200558.257800-1-cbiesinger@google.com> <87blwil1sl.fsf@tromey.com> In-Reply-To: <87blwil1sl.fsf@tromey.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Wed, 21 Aug 2019 20:11:00 -0000 Message-ID: Subject: Re: [PATCH] Fix g++ 9.1 build breakage To: Tom Tromey Cc: Christian Biesinger via gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00515.txt.bz2 On Wed, Aug 21, 2019 at 3:08 PM Tom Tromey wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches writes: > > Christian> gdb/ChangeLog: > Christian> 2019-08-21 Christian Biesinger > > Christian> * tui/tui-data.h (tui_gen_win_info): Add an =default > Christian> move constructor, required by some GCC versions. > > Thank you for doing this. This is ok. > > FYI we discussed this on irc and it apparently could only be reproduced > with gcc 9.1 -- I had tried gcc 8, 9.*2*, and 10. Thanks, pushed. Christian