From: David Edelsohn Date: Fri, 14 May 2021 16:45:59 +0000 (-0400) Subject: testsuite: Require fsanitize support on the target. X-Git-Tag: basepoints/gcc-13~7495 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa3e5740b87085f82970887ddacfc877cdedbff;p=thirdparty%2Fgcc.git testsuite: Require fsanitize support on the target. * g++.dg/warn/uninit-pr93100.C: Require fsantize support. --- diff --git a/gcc/testsuite/g++.dg/warn/uninit-pr93100.C b/gcc/testsuite/g++.dg/warn/uninit-pr93100.C index c9cd3ef01745..56dc8943798c 100644 --- a/gcc/testsuite/g++.dg/warn/uninit-pr93100.C +++ b/gcc/testsuite/g++.dg/warn/uninit-pr93100.C @@ -1,5 +1,6 @@ /* PR tree-optimization/98508 - Sanitizer disable -Wall and -Wextra { dg-do compile } + { dg-require-effective-target no_fsanitize_address } { dg-options "-O0 -Wall -fsanitize=address" } */ struct S