From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 4AE8B3857B93 for ; Fri, 17 Feb 2023 09:18:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4AE8B3857B93 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wm1-x335.google.com with SMTP id p22so457380wms.0 for ; Fri, 17 Feb 2023 01:18:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=4kU/I+jtxtstjyhiFeTjxDB9BGGAZHizplJ1l/ydZ3E=; b=IgnmS79ZTKWYU4OgHX4kedMMKX/L0bN9FNXPliAXXj5l9HpByWV6N0zmhk5FhqD+ir /HVF2IY3DrIue0WkJ1hjR8zCdh1Mm0dkMjTHmUPwrBV3SrwR4UoXAAsVMZcIvzl3Oeos ZuTvQ+sywtA5xqjAc/cyYqGD+/3YXUJGdQVDjMt+G9G4p7FW+VbBqSHuvZ4KmqFEm5+S C81CZjV5v7ls3vkLeD/xOPaOJab2ZJOsy5do0huXXiOu5ZuHuMVf7D6ZVQ0yBk/HHp1F EiQObP8oS0BfqrKj6yXlkGd/G9cRjhvyfV5vglPeRo9SYV2QAgzPWRcXDtiyN0HZxUHz aXYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4kU/I+jtxtstjyhiFeTjxDB9BGGAZHizplJ1l/ydZ3E=; b=1pLhyKrFtFVSV+nrCsqDCZFWUV0VppU4LSckTX3tTHVswadYIHHF+go3WqAuS8KX5Y zWC8SGO77jRZgn0H3rbWE2T5pKCW2rr7/5CrdgYeTq90NRynI834RiH40t87GGTaITMP /jJocj677n7j6xythdTkdG2lsQUoAK8C4PxDC8HHwMr2j5g7S1byMzYqnulZQm6Zt7CH 6kMGHc29QjnffmVs/79QmeJZgcO/P2j3w7NkMnFx4PCyQAeWXse8yBzSHknDfAvurztM LIwk+igEeExyNR/EbKfwDkhpkLxFOdWo7gTzWZqhDGKSZsygAxk9YC9qno2uEYqnLiNc pEow== X-Gm-Message-State: AO0yUKXSfIr7dI8A5uEwMS3Qh503SO44kliRmW+qFGL7Q+EC3alBCphn YQ1zZGkiJjDtNwdZOnQQ0Z4fGw== X-Google-Smtp-Source: AK7set+hM+rFwWQjzTEEC53Bmq2du5FAyFY1o6J/CBC9aA1gJtmnT8SWe4abfZVgU+XnS0yyZapx5A== X-Received: by 2002:a05:600c:4d21:b0:3dd:1b02:23b7 with SMTP id u33-20020a05600c4d2100b003dd1b0223b7mr281961wmp.10.1676625527832; Fri, 17 Feb 2023 01:18:47 -0800 (PST) Received: from fomalhaut.localnet ([2a01:e0a:8d5:d990:e654:e8ff:fe8f:2ce6]) by smtp.gmail.com with ESMTPSA id az17-20020a05600c601100b003dd1bd0b915sm1083890wmb.22.2023.02.17.01.18.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Feb 2023 01:18:47 -0800 (PST) From: Eric Botcazou X-Google-Original-From: Eric Botcazou To: NightStrike Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix PR target/90458 Date: Fri, 17 Feb 2023 10:18:46 +0100 Message-ID: <2668893.mvXUDI8C0e@fomalhaut> In-Reply-To: References: <8221231.NyiUUSuA9g@fomalhaut> <5906630.lOV4Wx5bFT@fomalhaut> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Is there a way to say that the test results should be inverted on a > particular platform (instead of purely unsupported)? Yes, you can do pretty much what you want with the testsuite harness. -- Eric Botcazou