From 86f535cb4664fcaf96ff12942887db949beef27d Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 26 Dec 2023 16:44:09 +0000 Subject: [PATCH] testsuite: Skip analyzer out-of-bounds-diagram on AIX. The out-of-bounds diagram tests fail on AIX. gcc/testsuite/ChangeLog: * gcc.dg/analyzer/out-of-bounds-diagram-17.c: Skip on AIX. * gcc.dg/analyzer/out-of-bounds-diagram-18.c: Same. Signed-off-by: David Edelsohn --- gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c | 1 + gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c | 1 + 2 files changed, 2 insertions(+) diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c index d46159e56d6f..62234a91d0e9 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-17.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c index f54cd80c338c..3fcf18a4ad75 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-18.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include -- 2.47.2