aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/musttail21.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/c-c++-common/musttail21.c')
-rw-r--r--gcc/testsuite/c-c++-common/musttail21.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/c-c++-common/musttail21.c b/gcc/testsuite/c-c++-common/musttail21.c
index 954209d..1a109e1 100644
--- a/gcc/testsuite/c-c++-common/musttail21.c
+++ b/gcc/testsuite/c-c++-common/musttail21.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { c || c++11 } } } */
+/* { dg-do compile { target musttail } } */
void f(void)
{
__attribute__((musttail)) return; /* { dg-error "cannot tail-call.*return value must be a call" } */