aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2024-05-15 13:23:08 +0200
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2024-05-15 13:23:08 +0200
commitff105c39bde43bdb57615e3a4c7af71fbef5f26e (patch)
tree2a331c80b413cd834aeaa32c58e8db8511b0d538 /gcc
parent23ef0f68ad5fca1fd7027caaaa5f6cb9f6d27b28 (diff)
downloadgcc-ff105c39bde43bdb57615e3a4c7af71fbef5f26e.zip
gcc-ff105c39bde43bdb57615e3a4c7af71fbef5f26e.tar.gz
gcc-ff105c39bde43bdb57615e3a4c7af71fbef5f26e.tar.bz2
testsuite: Require lto-plugin in gcc.dg/ipa/ipa-icf-38.c [PR85656]
gcc.dg/ipa/ipa-icf-38.c currently FAILs on Solaris (SPARC and x86, 32 and 64-bit): FAIL: gcc.dg/ipa/ipa-icf-38.c scan-ltrans-tree-dump-not optimized "Function bar" As it turns out, this only happens when the Solaris linker is used; with GNU ld the test PASSes just fine. In fact, that happens because gld supports the lto-plugin while ld does not: in a Solaris build with gld, the test FAILs the same way as with ld when -fno-use-linker-plugin is passed, so this patch requires linker_plugin. Tested on i386-pc-solaris2.11 (ld and gld) and x86_64-pc-linux-gnu. 2024-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> gcc/testsuite: PR ipa/85656 * gcc.dg/ipa/ipa-icf-38.c: Require linker_plugin.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c1
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 a8824d0..74b5e56 100644
--- a/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c
+++ b/gcc/testsuite/gcc.dg/ipa/ipa-icf-38.c
@@ -2,6 +2,7 @@
/* { dg-require-alias "" } */
/* { dg-options "-O2 -fdump-ipa-icf-optimized -flto -fdump-tree-optimized -fno-ipa-vrp" } */
/* { dg-require-effective-target lto } */
+/* { dg-require-effective-target linker_plugin } */
/* { dg-additional-sources "ipa-icf-38a.c" }*/
/* Based on ipa-icf-3.c. */