diff options
6 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.c index dcd1263..9b2d6b304 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-13.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-15.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-15.c index e2a6381..411b84c 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-15.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-15.c @@ -1,6 +1,7 @@ /* Regression test for ICE with short values of --param=analyzer-text-art-string-ellipsis-threshold=. */ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode --param=analyzer-text-art-string-ellipsis-threshold=0" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.c index ec8e4ab..d5d7248 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-4.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c index e82bce9..a0cdcbe 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-ascii.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=ascii" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c index 48fa12f..3111a6f 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-5-unicode.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> diff --git a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-7.c b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-7.c index 25a9acc..5e3f9a7 100644 --- a/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-7.c +++ b/gcc/testsuite/gcc.dg/analyzer/out-of-bounds-diagram-7.c @@ -1,4 +1,5 @@ /* { dg-additional-options "-fdiagnostics-text-art-charset=unicode" } */ +/* { dg-skip-if "" { powerpc-ibm-aix* } } */ #include <string.h> |