diff options
author | Francois-Xavier Coudert <fxcoudert@gmail.com> | 2023-08-20 14:13:22 +0200 |
---|---|---|
committer | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2023-08-20 19:40:28 +0200 |
commit | 02393e4b5eabe1c64720b022cb6f819e7b4dc08b (patch) | |
tree | 11eec3a37970ca327500d4b595ce545ca1ce09d0 /gcc | |
parent | a037992ca9831c8b8e8f6ac35569a5cca01e3680 (diff) | |
download | gcc-02393e4b5eabe1c64720b022cb6f819e7b4dc08b.zip gcc-02393e4b5eabe1c64720b022cb6f819e7b4dc08b.tar.gz gcc-02393e4b5eabe1c64720b022cb6f819e7b4dc08b.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.
Diffstat (limited to 'gcc')
-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" }*/ |