aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/plugin.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/plugin/plugin.exp')
-rw-r--r--gcc/testsuite/gcc.dg/plugin/plugin.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/plugin/plugin.exp b/gcc/testsuite/gcc.dg/plugin/plugin.exp
index fd1e98e53c4..0547a8d7ca3 100644
--- a/gcc/testsuite/gcc.dg/plugin/plugin.exp
+++ b/gcc/testsuite/gcc.dg/plugin/plugin.exp
@@ -87,6 +87,12 @@ foreach plugin_test $plugin_test_list {
if ![runtest_file_p $runtests $plugin_src] then {
continue
}
+ # Skip tail call tests on targets that do not have sibcall_epilogue.
+ if {[regexp ".*must_tail_call_plugin.c" $plugin_src]
+ && [istarget arm*-*-*]
+ && [check_effective_target_arm_thumb1]} then {
+ continue
+ }
set plugin_input_tests [lreplace $plugin_test 0 0]
plugin-test-execute $plugin_src $plugin_input_tests
}