From 54ba3540a6fd0ff723b21c1030131806ea5918ed Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 14 Sep 2020 09:01:12 -0400 Subject: [PATCH 39/49] FIXME: dg-warning directives for when running full testsuite with -fanalyzer --- gcc/testsuite/gcc.dg/20030309-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/20030309-1.c b/gcc/testsuite/gcc.dg/20030309-1.c index 2431bc1b52f..1d852c92676 100644 --- a/gcc/testsuite/gcc.dg/20030309-1.c +++ b/gcc/testsuite/gcc.dg/20030309-1.c @@ -19,7 +19,7 @@ main (void) switch (u) { case 0: - x = ((struct A0 *) t)->x; + x = ((struct A0 *) t)->x; /* { dg-warning "dereference of NULL 't'" } */ break; case 1: x = ((struct A1 *) t)->x; -- 2.26.2