diff options
author | Francois-Xavier Coudert <fxcoudert@gmail.com> | 2023-08-20 14:13:22 +0200 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2024-04-28 15:40:21 +0100 |
commit | f80d7cf40f986bc6983008cd2fb24853a3b87ab1 (patch) | |
tree | f8faa500015ad4219d6b82163e996d65fe8385af | |
parent | e07bed1e7f67aebc288e8e220402b6d628d4b443 (diff) | |
download | gcc-f80d7cf40f986bc6983008cd2fb24853a3b87ab1.zip gcc-f80d7cf40f986bc6983008cd2fb24853a3b87ab1.tar.gz gcc-f80d7cf40f986bc6983008cd2fb24853a3b87ab1.tar.bz2 |
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)
-rw-r--r-- | gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c b/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c index 452e1b8..57c5262 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" }*/ |