summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/sh/sp-switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.target/sh/sp-switch.c')
-rw-r--r--gcc/testsuite/gcc.target/sh/sp-switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/sh/sp-switch.c b/gcc/testsuite/gcc.target/sh/sp-switch.c
index aad6ba001c0..709d75607c0 100644
--- a/gcc/testsuite/gcc.target/sh/sp-switch.c
+++ b/gcc/testsuite/gcc.target/sh/sp-switch.c
@@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-final { scan-assembler "mov\tr0,r15" } } */
-/* { dg-final { scan-assembler ".long\t_alt_stack" } } */
+/* { dg-final { scan-assembler ".long\t\[_\]*alt_stack" } } */
void *alt_stack;
void f() __attribute__ ((interrupt_handler, sp_switch ("alt_stack")));