From: Tom de Vries Date: Fri, 25 Sep 2020 06:42:10 +0000 (+0200) Subject: [testsuite] Add missing require-effective-target alloca X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ac25ab39897e83f38e1246b0330cd2354ae0f91;p=gcc.git [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. --- 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.