From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id kAlUOv2lW2D2awAAWB0awg (envelope-from ) for ; Wed, 24 Mar 2021 16:50:05 -0400 Received: by simark.ca (Postfix, from userid 112) id ECE201EF7C; Wed, 24 Mar 2021 16:50:05 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 5AEB91EF5D for ; Wed, 24 Mar 2021 16:50:05 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1D1823851C24; Wed, 24 Mar 2021 20:50:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D1823851C24 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1616619005; bh=g7DcVIMbeCpwNe6mkpZotVq9Wfn/NjIXolGKGGKt4YM=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=OsebG7fFPCUwWTfKB3WToRVga7xsvDEHsP/nMC+FbD4nC7pboWcjydR6BRMDkjEhy VwVmcgXdDAd1NDNU/1Ohrs+evSRjQO7XxLv84fLTjhYgQ9iVYrrHX3YLvnXeY8IbIA nVqcrWMi1O3RSNtTw3se1tLQsqblTxv8SD3mFYCM= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id 574E83851C24 for ; Wed, 24 Mar 2021 20:50:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 574E83851C24 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-280-aY4RMTq6OP6KWi20r6m6aQ-1; Wed, 24 Mar 2021 16:49:59 -0400 X-MC-Unique: aY4RMTq6OP6KWi20r6m6aQ-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6CA2F108BD09; Wed, 24 Mar 2021 20:49:58 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn-113-66.phx2.redhat.com [10.3.113.66]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1B5695D9DE; Wed, 24 Mar 2021 20:49:58 +0000 (UTC) Subject: Re: [PATCH 9/9] C++ compile support To: Simon Marchi , gdb-patches@sourceware.org References: <20180810232534.481-1-keiths@redhat.com> <20180810232534.481-10-keiths@redhat.com> <226bae37-cd78-69e6-17d8-8450690b7b73@redhat.com> <77816529-5985-46c2-a0a7-4d06341ec90e@polymtl.ca> Message-ID: <98d0be24-5444-35a9-365b-64733f454f34@redhat.com> Date: Wed, 24 Mar 2021 13:49:57 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <77816529-5985-46c2-a0a7-4d06341ec90e@polymtl.ca> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: , From: Keith Seitz via Gdb-patches Reply-To: Keith Seitz Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 3/24/21 8:06 AM, Simon Marchi wrote: > > I'd be fine if you pushed a trivial patch. Thanks! I've pushed as an obvious commit. Thank you for discovering this and allowing me to fix it. Keith