From 7ac25ab39897e83f38e1246b0330cd2354ae0f91 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Fri, 25 Sep 2020 08:42:10 +0200 Subject: [PATCH] [testsuite] Add missing require-effective-target alloca Add missing require-effect-target alloca directives. Tested on nvptx. gcc/testsuite/ChangeLog: 2020-09-25 Tom de Vries * gcc.dg/analyzer/pr93355-localealias.c: Require effective target alloca. --- gcc/testsuite/gcc.dg/analyzer/pr93355-localealias.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/gcc.dg/analyzer/pr93355-localealias.c b/gcc/testsuite/gcc.dg/analyzer/pr93355-localealias.c index a5cb0d56e70..043e45f828e 100644 --- a/gcc/testsuite/gcc.dg/analyzer/pr93355-localealias.c +++ b/gcc/testsuite/gcc.dg/analyzer/pr93355-localealias.c @@ -5,6 +5,7 @@ /* { dg-do "compile" } */ /* { dg-additional-options "-Wno-analyzer-too-complex -fno-analyzer-feasibility" } */ /* TODO: remove the need for these options. */ +/* { dg-require-effective-target alloca } */ /* Handle aliases for locale names. Copyright (C) 1995-1999, 2000-2001, 2003 Free Software Foundation, Inc. -- 2.30.2