From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id 0B725386F42D for ; Sun, 17 Jan 2021 16:24:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0B725386F42D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=botcazou@adacore.com Received: by mail-wr1-x433.google.com with SMTP id a9so10710950wrt.5 for ; Sun, 17 Jan 2021 08:24:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=GI3jZ5ENMU6vHdjo9ApZbgxuhGR/4yQT4ys9bqGzPew=; b=aXRGgNi+VoJMcj2bqbdttpcmnLRWpemETFVjtm6xZL8/shEETFdbzfuNRTtjt3xSNL FXO/JPb9nhAzIzCjUFnb80NRClVupRwee5u/zqasyqdItC+IYpnkrb2kSmFp5mG9LHWo aie+MBCJGUBua6orzrEqDFhDn2gMckrx+hLhgMjxyCEpieM7Bl1vdGyzGEfXsTLByv7x 9n6JYMtrnn+1nYDtCFkPmDwRq08etshcXTo87+poqd7KQs8ZLGXAhR6aswPg5mNW+aJ2 qRQU/ukoJ0ZNiXsMpq6RsP4V8gdJIEW4Ph+/58HUFa2u7cGNxCra3sORZYJKpeVVzPTm bmmQ== 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:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=GI3jZ5ENMU6vHdjo9ApZbgxuhGR/4yQT4ys9bqGzPew=; b=Jcv0hJ6oQfppV+2iWd1WqiPsJAdiIIbJvbjzgiMc3QZI8ArTMPdF6Y8Ex8JMN4C9il cLmQPsMy6woaCiKp9kRBeSXebMpE0TXXj77Ig7dn+uamXiNRlX8P7g/UOytybn0MN6ai MCKddFd1hsLLTB6pgR6/ZrF662na2pkxlS9301lffECYC4sk7KANNgTuHMvpawIQtrdc Hyhqenw/65CfgoGZ3BinbPHOZDMqpGz/sSfYTKh/BqoHtph0tV71tjxIeTK17LFiPQ0Z 5pZBqmlq5HjsJKHMP1lfUAe30FYet3R04vG/1hRPN75UB3Hqy3NimpJbDmGwfTbzTcPy SCEg== X-Gm-Message-State: AOAM53034mhaZ/VI9uDAgiDxpXGNdVtMFKn/wzUtXrBzfYiEgzeIjEL5 0GGP/tI8LiiUJy6zITLAXiKrhqj7A05kV6Pa X-Google-Smtp-Source: ABdhPJxSRjjFx46h/SOJJhoCBXYjrauIVGFkoAAuXFTT982ld6LYfEhuo5GRaqjRb9zb/5FKRE/TRQ== X-Received: by 2002:adf:f74e:: with SMTP id z14mr23157609wrp.146.1610900643930; Sun, 17 Jan 2021 08:24:03 -0800 (PST) Received: from fomalhaut.localnet ([2a01:e0a:41b:84f0:cf71:f5e0:b050:bede]) by smtp.gmail.com with ESMTPSA id o14sm22865244wri.48.2021.01.17.08.24.02 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 17 Jan 2021 08:24:03 -0800 (PST) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: gcc-patches@gcc.gnu.org Cc: Rainer Orth , Jakub Jelinek Subject: Re: [COMMITTED] testsuite: i386: Require ifunc support in gcc.target/i386/pr98100.c Date: Sun, 17 Jan 2021 17:24:02 +0100 Message-ID: <268487943.rKIP5KyLqq@fomalhaut> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, RCVD_IN_DNSWL_NONE, 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: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2021 16:24:06 -0000 > The new gcc.target/i386/pr98100.c test FAILs on Solaris/x86: > > FAIL: gcc.target/i386/pr98100.c (test for excess errors) > > Excess errors: > /vol/gcc/src/hg/master/local/gcc/testsuite/gcc.target/i386/pr98100.c:6:1: > error: the call requires 'ifunc', which is not supported by this target > > Fixed as follows. > > Tested on i386-pc-solaris2.11 and x86_64-pc-linux-gnu. Installed on > master. Backported into 10 branch as obvious. -- Eric Botcazou