]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Testsuite: mark IPA test as requiring alias support
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>
Sun, 20 Aug 2023 12:13:22 +0000 (14:13 +0200)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 20 Apr 2024 14:46:53 +0000 (15:46 +0100)
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)

gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c

index 452e1b88514536120a7d793e0c91c4f91483c8a9..57c5262dd4a831170f34558c9886afa80a812c0b 100644 (file)
@@ -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" }*/