From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130383 invoked by alias); 13 Jun 2017 15:09:48 -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 130342 invoked by uid 89); 13 Jun 2017 15:09:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:446, benefiting, our X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 15:09:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B71DE56484; Tue, 13 Jun 2017 11:09:45 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pjiCXXXaXHlp; Tue, 13 Jun 2017 11:09:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 8285456483; Tue, 13 Jun 2017 11:09:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id AF6B1803CC; Tue, 13 Jun 2017 08:09:43 -0700 (PDT) Date: Tue, 13 Jun 2017 15:09:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: Yao Qi , Eli Zaretskii , Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH 0/5] Remove a few hurdles of compiling with clang Message-ID: <20170613150943.zwhicvtqgvo4krwl@adacore.com> References: <1497124689-11842-1-git-send-email-simon.marchi@ericsson.com> <83tw3n5jyk.fsf@gnu.org> <86tw3labb0.fsf@gmail.com> <83a85d5l4n.fsf@gnu.org> <93eb64489ac9d53665a144ddf5a966d5@polymtl.ca> <83wp8h40lo.fsf@gnu.org> <8660g0dzau.fsf@gmail.com> <73cdd28f-8f6b-0367-f054-834477d16754@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <73cdd28f-8f6b-0367-f054-834477d16754@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-06/txt/msg00388.txt.bz2 FWIW, I have a similar position as Pedro and Yao. Unless it causes extra maintenance issues, or holds us back from trying to implement new changes, it's interesting to see how other compilers build GDB. If anything, it increases our chances of catching portability issues; and, we're also benefiting from the other compilers' warnings that GCC currently does not warn about. -- Joel