From patchwork Mon Jan 8 22:24:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 1884037 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4T87sT5Dmsz1yP3 for ; Tue, 9 Jan 2024 09:24:45 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D72A6385803D for ; Mon, 8 Jan 2024 22:24:42 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from dellerweb.de (unknown [IPv6:2a02:c207:3003:236::1]) by sourceware.org (Postfix) with ESMTPS id 67E06385840F for ; Mon, 8 Jan 2024 22:24:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 67E06385840F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=parisc-linux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=parisc-linux.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 67E06385840F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2a02:c207:3003:236::1 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704752656; cv=none; b=wuuCQLvnM2X9n7nS2ylLavvpHax7dAy2WxLqMPWSKGHnb8yTYYfR2A+v7odQL9kC+UR+eEjMRQe7cbkULYwtH9141RENeF9FdqK9yeVQA4y41H/c823qFfP/rT2AD1sAxEPMDgVbwTXC8uiHBrC+08ZtKPdBPfsdKekmWsDK4iE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1704752656; c=relaxed/simple; bh=BMQthNM7F+il6RdhBVXejHtKSaz/BVWsQ4WkpYjjYE0=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=BJv2eNYc8oYAJXkSxHpjkr6gVxznf5XkIOlptX/gojqgOqdFsik8EKzZtmqpEgIzM9JAMAZNlwj1zXkX3v/7QCwSumyvl7XkYhZGQiXI8vrS5x/y0jEuMe5Ma8as0EFcYDQHCulWO1FJoBzouAhmbM40y3WN/eczCBeQZ+wVUnI= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mx3210.localdomain (unknown [142.126.114.79]) by dellerweb.de (Postfix) with ESMTPSA id 80219160008A; Mon, 8 Jan 2024 23:24:12 +0100 (CET) Received: by mx3210.localdomain (Postfix, from userid 1000) id D128122012C; Mon, 8 Jan 2024 22:24:10 +0000 (UTC) Date: Mon, 8 Jan 2024 22:24:10 +0000 From: John David Anglin To: GCC Patches Subject: [committed] Skip gfortran.dg/dec_math.f90 on hppa*-*-hpux* Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org Tested on hppa64-hp-hpux11.11. Committed to trunk. Dave --- Skip gfortran.dg/dec_math.f90 on hppa hppa*-*-hpux* doesn't have any long double trig functions. 2024-01-08 John David Anglin gcc/testsuite/ChangeLog: * gfortran.dg/dec_math.f90: Skip on hppa*-*-hpux*. diff --git a/gcc/testsuite/gfortran.dg/dec_math.f90 b/gcc/testsuite/gfortran.dg/dec_math.f90 index d95233a5169..393e7def88e 100644 --- a/gcc/testsuite/gfortran.dg/dec_math.f90 +++ b/gcc/testsuite/gfortran.dg/dec_math.f90 @@ -1,5 +1,6 @@ ! { dg-options "-cpp -std=gnu" } ! { dg-do run { xfail i?86-*-freebsd* } } +! { dg-skip-if "No long double libc functions" { hppa*-*-hpux* } } ! ! Test extra math intrinsics formerly offered by -fdec-math, ! now included with -std=gnu or -std=legacy.