From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 4856F3858C2C for ; Mon, 3 Oct 2022 14:36:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4856F3858C2C Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-377-S0Z3LFXNP1eBpSLos0PAPg-1; Mon, 03 Oct 2022 10:36:20 -0400 X-MC-Unique: S0Z3LFXNP1eBpSLos0PAPg-1 Received: by mail-wr1-f72.google.com with SMTP id f9-20020adfc989000000b0022b3bbc7a7eso3072692wrh.13 for ; Mon, 03 Oct 2022 07:36:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=OYkDQMiYue6Tc2dkbOPnjKoYs93LoGx+BTlJdzEo8nU=; b=ZMQUcDHysFFE2sA+cd8+1hLtyQAbUWMZXtvnC15bx5JTa8FjAjztxwcZQTZrECLnXX nN5u/UmQ/ePoiTAvbjG3oH1WWaNVQ3RabPdjAsdEr2hUFCoXx3XDzh0dCS3sehUtQIGv iqrhnXVw78m03iZaLfwaiIQTXKElFQ4n0HWxvgEq/3Kd/wuebuA9iXAzrqqicTPqXLJg QKWOyAb7Cotli5j9sYZJp48cIoPMsts4S/TF04XNdwJRRPUoelb3+8ZN+98AC63ZSXME odv097HCEy4DgacVikjT5ZZYDnxCFwQSnq5w/TAYBJPDQ4xXca+85e7zAF3Pc8pYJAop 0esA== X-Gm-Message-State: ACrzQf0msKlexMSpmUW+GUIQ39839uXq5jpNzuuf+9tSVh9LqlakZWXT tkF4UqcIx+vAdOGMcBdyj2vaXkTVgH3qrw6fj0TWZaxFUajCeuTIZnOmGS/UGoZ3Ge5Fl56UZ26 TOO94zr1xcSsDB8ppD/CEiw== X-Received: by 2002:adf:f0c1:0:b0:22e:3f43:a5f5 with SMTP id x1-20020adff0c1000000b0022e3f43a5f5mr2480394wro.15.1664807779773; Mon, 03 Oct 2022 07:36:19 -0700 (PDT) X-Google-Smtp-Source: AMsMyM6v8BfvRJ3C0jExTccBEEFwLtMqaimKcr8fzDjX6GbvpGqvpIk318y9iYbRj+YSG1nZmxCvng== X-Received: by 2002:adf:f0c1:0:b0:22e:3f43:a5f5 with SMTP id x1-20020adff0c1000000b0022e3f43a5f5mr2480385wro.15.1664807779547; Mon, 03 Oct 2022 07:36:19 -0700 (PDT) Received: from [192.168.1.18] ([79.123.82.157]) by smtp.gmail.com with ESMTPSA id fc10-20020a05600c524a00b003b435c41103sm24407176wmb.0.2022.10.03.07.36.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 03 Oct 2022 07:36:18 -0700 (PDT) Message-ID: <252e49b1-7960-7f46-38d5-fc31fd5a9893@redhat.com> Date: Mon, 3 Oct 2022 15:36:17 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH] diagnostics.h: GCC 13 got -Wself-move, breaks GDB build To: Jan-Benedict Glaw Cc: binutils@sourceware.org, gdb-patches@sourceware.org References: <20221002185433.gl7dvytfh5wthifx@lug-owl.de> <670fd724-f14f-565f-b4a1-5883a8a1b5ab@redhat.com> <20221003142459.ycyca7z6crdiq37y@lug-owl.de> From: Nick Clifton In-Reply-To: <20221003142459.ycyca7z6crdiq37y@lug-owl.de> X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-GB Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2022 14:36:23 -0000 Hi Jan-Benedict, Me culpa for not reviewing properly. Patch approved - please apply. Cheers Nick