From: Jeff Law Date: Wed, 20 Oct 2021 04:26:59 +0000 (-0400) Subject: Trivial fix to gil-1.c when analyzer is not enabled X-Git-Tag: basepoints/gcc-13~3788 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36240f8c835d792f788b6724e272fc0a4a4f26f;p=thirdparty%2Fgcc.git Trivial fix to gil-1.c when analyzer is not enabled gcc/testsuite * gcc.dg/plugin/gil-1.c: Add dg-require-effective-target marker. --- diff --git a/gcc/testsuite/gcc.dg/plugin/gil-1.c b/gcc/testsuite/gcc.dg/plugin/gil-1.c index 66872f074662..6cbc1971b52b 100644 --- a/gcc/testsuite/gcc.dg/plugin/gil-1.c +++ b/gcc/testsuite/gcc.dg/plugin/gil-1.c @@ -1,5 +1,6 @@ /* { dg-do compile } */ /* { dg-options "-fanalyzer" } */ +/* { dg-require-effective-target analyzer } */ #include "gil.h"