From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40654 invoked by alias); 12 Jan 2018 18:32:07 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 40145 invoked by uid 89); 12 Jan 2018 18:32:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=le, H*c:alternative X-HELO: mail-ua0-f171.google.com Received: from mail-ua0-f171.google.com (HELO mail-ua0-f171.google.com) (209.85.217.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 12 Jan 2018 18:32:05 +0000 Received: by mail-ua0-f171.google.com with SMTP id x10so4646652ual.8 for ; Fri, 12 Jan 2018 10:32:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aAc1T9A5NWyeYC20r/3wCyaZtdnMQoLtG/Srghzmh7w=; b=dcleK75oQDmECVbPE6B86BQBxdx/V+saRKfNybn5fpmWjmsT+12q9Jdam77EOFfzC2 /uYhbNhjStCeXq81RHhZtFnAwD/YeKC+/jJaHdnueEcKtsb8iI0QiQ4NJH8+Xf1E0NgQ hEuOD67j2cEfUS2Sf60HCywNVm3/+lNda+odlFC+qhL5BoZVUn4r7tPr8h71hpDTmxX/ PglhMupniLL08P6EDeDIRVzzYNGHtB1FkQAM1H/o0uZzO3MnTX41dXQe3qVEVNIzs3+M euCAAL8nBR4aUO783jcgsaNisEss14EMeJbCQo3j0omwB38H5xKt4pe0tIRnpSwPXEZw 8HiQ== X-Gm-Message-State: AKwxyteXzMp7Z0SLOI71MlPsa/qIyTKoHoEyJmS7TLTtSfyKtJ3jT+JE BNF6FQoje7mAXdT3wfUnG2GUUkTYewDnjlzDBsMa1+UM X-Google-Smtp-Source: ACJfBoskMp7eRhmSIv6HGNEP8ppAt9H5GcuKMLy84A2gSXH7QlR5AjX1cN/iRchoe1/WCAbCVD7BUPJj7BFHdVdnRlc= X-Received: by 10.176.12.22 with SMTP id a22mr19666063uak.94.1515781923400; Fri, 12 Jan 2018 10:32:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.103.150.150 with HTTP; Fri, 12 Jan 2018 10:32:02 -0800 (PST) Received: by 10.103.150.150 with HTTP; Fri, 12 Jan 2018 10:32:02 -0800 (PST) In-Reply-To: <28cf665e-68a0-0494-af80-af20b4b96a1e@arm.com> References: <28cf665e-68a0-0494-af80-af20b4b96a1e@arm.com> From: Christophe Lyon Date: Fri, 12 Jan 2018 18:34:00 -0000 Message-ID: Subject: Re: [PATCH][ARM] Fix test fail with conflicting -mfloat-abi To: Sudi Das Cc: gcc Patches , nd , Kyrill Tkachov , Ramana Radhakrishnan , Richard Earnshaw Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg01107.txt.bz2 Le 12 janv. 2018 15:26, "Sudakshina Das" a =C3=A9crit : Hi This patch fixes my earlier test case that fails for arm-none-eabi with explicit user option for -mfloat-abi which conflict with the test case options. I have added a guard to skip the test on those cases. @Christophe: Sorry about this. I think this should fix the test case. Can you please confirm if this works for you? Yes it does thanks Thanks Sudi gcc/testsuite/ChangeLog 2018-01-12 Sudakshina Das * gcc.c-torture/compile/pr82096.c: Add dg-skip-if directive.