From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38940 invoked by alias); 27 Apr 2018 20:41:09 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 38884 invoked by uid 89); 27 Apr 2018 20:41:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:ESMTPA X-HELO: resqmta-po-09v.sys.comcast.net Received: from resqmta-po-09v.sys.comcast.net (HELO resqmta-po-09v.sys.comcast.net) (96.114.154.168) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Apr 2018 20:41:06 +0000 Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-09v.sys.comcast.net with ESMTP id C6jqfyjAaJM0SCAAzfhP7E; Fri, 27 Apr 2018 20:41:05 +0000 Received: from [192.168.10.125] ([73.60.223.101]) by resomta-po-03v.sys.comcast.net with ESMTPA id CAAyfmHG7qXq5CAAyfu4UB; Fri, 27 Apr 2018 20:41:05 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: GDB 8.1 build error From: Paul Koning In-Reply-To: <77e31c8f87342c5753d1d622fa7574ff@polymtl.ca> Date: Fri, 27 Apr 2018 20:41:00 -0000 Cc: "gdb@sourceware.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <214C80CC-1173-41F6-AAA1-39C9D39E28B2@comcast.net> <454707570722fc0220074c0eca015a8f@polymtl.ca> <77e31c8f87342c5753d1d622fa7574ff@polymtl.ca> To: Simon Marchi X-CMAE-Envelope: MS4wfBGVtI4GAPrC8psjOrVvt00UmisQH7oyXtc3Gx0LG1jcALYek1ICenjjjCZvoxdMX7StMB1j9MRhLLgXW9Ia3VRv4gACf+cxLpBmd0Qj9rpv+X9Ox5Ll kwJuH+NDQVfgq9UQz+MUrXY+xFZDHW2iJieiRrpkIKrHeJJIU2dEmt1mAAhyMPyhIZhtnn57ORfxujbsSOzMXi5/3tOqVx450oI= X-SW-Source: 2018-04/txt/msg00037.txt.bz2 > On Apr 27, 2018, at 3:01 PM, Simon Marchi wrote: >=20 > ... ^ >=20 > If compatibility with clang 3.8 is really important to you, we could alwa= ys add an empty constructor to that class. Otherwise, if it's easy for you= to update your Xcode, I'd say try that first. >=20 > Simon With the current Xcode (9.3) I get "Apple LLVM version 9.1.0 (clang-902.0.3= 9.1)" and now GDB builds cleanly. Thanks for the help and sorry about the confusion. paul