From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55381 invoked by alias); 12 Jun 2017 07:56:57 -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 55351 invoked by uid 89); 12 Jun 2017 07:56:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:clients, H*r:sk:static., our, policy X-HELO: mail-io0-f196.google.com Received: from mail-io0-f196.google.com (HELO mail-io0-f196.google.com) (209.85.223.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 Jun 2017 07:56:53 +0000 Received: by mail-io0-f196.google.com with SMTP id f79so9621007ioi.2 for ; Mon, 12 Jun 2017 00:56:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=t8BZnoFBDGYoykXHNu7HqNOeAUFKC76ljxHAkjQZSZc=; b=fTbT2Us6U9KnO7hSUe6DJz0u6Dm3lriBYtrVnasY+tUaAwgcoF878Pf6yNjF1oWcXG 0kz5qCYC4rJIgXT7Lj3blM6F+xttun8ldja66IjSfLSGikCQmry7hLCjMMXG797IOQJs lo7SmrfbqVIIzOwL4zV38LyLTkdm5zpFdOxkF5G/0iebtQxaZJxQCpIERceMlKuHkesQ Q5zfZAV6IklFzEHWpCv+MzLMbO6soy9WPXEnoCJhlq4ZPo0dymC1xsE6iYWpHZ48yZTC s58nGWK+w6Tf+oiigKeN0DhqjD7vvjEX5JaI7Wis5yr1482R6gMJDxQMrb4zCINMInoV yCHA== X-Gm-Message-State: AKS2vOzbr8IGgdaqwfvTzOEaH4YXJy0U2ZgznwkOQvbnMj7bKlP8f3qI x1Fi6KOgkC+JXmpB X-Received: by 10.107.195.75 with SMTP id t72mr31384006iof.17.1497254216754; Mon, 12 Jun 2017 00:56:56 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id e186sm3694199itc.21.2017.06.12.00.56.55 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 12 Jun 2017 00:56:56 -0700 (PDT) From: Yao Qi To: Eli Zaretskii Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH 0/5] Remove a few hurdles of compiling with clang References: <1497124689-11842-1-git-send-email-simon.marchi@ericsson.com> <83tw3n5jyk.fsf@gnu.org> Date: Mon, 12 Jun 2017 07:56:00 -0000 In-Reply-To: <83tw3n5jyk.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 11 Jun 2017 05:36:35 +0300") Message-ID: <86tw3labb0.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00268.txt.bz2 Eli Zaretskii writes: > Question to Joel and Pedro: Do we really want to go to these length to > accommodate clang? What's our policy? I'd like to see GDB can be built by clang. What is more, I'd like to get rid of any unnecessary GNU-specific or GCC assumptions from GDB tests. It is a good thing to build and test GDB with different compilers. --=20 Yao (=E9=BD=90=E5=B0=A7)