From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 907A23858C35; Sat, 20 Apr 2024 14:47:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 907A23858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713624421; bh=wOtLt9inZKXbZ2iO3j4ePJJE4spUwuzdBNg7MRWLaa0=; h=From:To:Subject:Date:From; b=E1kiIf57wxg0V19T8kS881HnX2tNZ7ogUEe8MBSkZcyL3hQolD1IO0OWu5fGkIYHN yvK+GdDj6xvSSVCsP0tzsWEkI4VzmoEM+ywE3XmDfMFgTE/UXQVALJSaiLNqdbvqKO umHga3TuRKHV8aG2TzM13nAh7s84OfDzM5VaoIPw= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-10362] Testsuite: mark IPA test as requiring alias support X-Act-Checkin: gcc X-Git-Author: Francois-Xavier Coudert X-Git-Refname: refs/heads/releases/gcc-12 X-Git-Oldrev: c2cb625eb141cacd0bee6c6ce5888d673ac38ca4 X-Git-Newrev: 3d48cd6623d7b70c8d1e2a0365bb016390409013 Message-Id: <20240420144701.907A23858C35@sourceware.org> Date: Sat, 20 Apr 2024 14:47:01 +0000 (GMT) List-Id: https://gcc.gnu.org/g:3d48cd6623d7b70c8d1e2a0365bb016390409013 commit r12-10362-g3d48cd6623d7b70c8d1e2a0365bb016390409013 Author: Francois-Xavier Coudert Date: Sun Aug 20 14:13:22 2023 +0200 Testsuite: mark IPA test as requiring alias support This was indicated in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85656 but never committed. Without it, the test fails on darwin. gcc/testsuite/ChangeLog: * gcc.dg/ipa/ipa-icf-38.c: Require alias support. (cherry picked from commit 02393e4b5eabe1c64720b022cb6f819e7b4dc08b) Diff: --- gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c b/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c index 452e1b88514..57c5262dd4a 100644 --- a/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c +++ b/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c @@ -1,4 +1,5 @@ /* { dg-do link } */ +/* { dg-require-alias "" } */ /* { dg-options "-O2 -fdump-ipa-icf-optimized -flto -fdump-tree-optimized" } */ /* { dg-require-effective-target lto } */ /* { dg-additional-sources "ipa-icf-38a.c" }*/