From 2fa3e5740b87085f82970887ddacfc877cdedbff Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 14 May 2021 12:45:59 -0400 Subject: [PATCH] testsuite: Require fsanitize support on the target. * g++.dg/warn/uninit-pr93100.C: Require fsantize support. --- gcc/testsuite/g++.dg/warn/uninit-pr93100.C | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/testsuite/g++.dg/warn/uninit-pr93100.C b/gcc/testsuite/g++.dg/warn/uninit-pr93100.C index c9cd3ef0174..56dc8943798 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 -- 2.11.4.GIT