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.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> From: Keith Seitz 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-Spam-Status: No, score=-7.3 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, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 24 Mar 2021 20:50:03 -0000 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