public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-818] testsuite: Require fsanitize support on the target.
@ 2021-05-16 23:17 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2021-05-16 23:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2fa3e5740b87085f82970887ddacfc877cdedbff

commit r12-818-g2fa3e5740b87085f82970887ddacfc877cdedbff
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Fri May 14 12:45:59 2021 -0400

    testsuite: Require fsanitize support on the target.
    
            * g++.dg/warn/uninit-pr93100.C: Require fsantize support.

Diff:
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-16 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16 23:17 [gcc r12-818] testsuite: Require fsanitize support on the target David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).