From 65a08b07f2bafed09527a810c37d3a8b766646e6 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 10 Nov 2012 14:26:54 +0000 Subject: [PATCH] scal-to-vec2.c: Ignore non-standard ABI message. * c-c++-common/scal-to-vec2.c: Ignore non-standard ABI message. * c-c++-common/vector-compare-1.c: Same. * c-c++-common/vector-compare-2.c: Same. From-SVN: r193389 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/c-c++-common/scal-to-vec2.c | 2 ++ gcc/testsuite/c-c++-common/vector-compare-1.c | 2 ++ gcc/testsuite/c-c++-common/vector-compare-2.c | 2 ++ 4 files changed, 12 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f27261f01b2..2e0414ee3b4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-11-10 David Edelsohn + + * c-c++-common/scal-to-vec2.c: Ignore non-standard ABI message. + * c-c++-common/vector-compare-1.c: Same. + * c-c++-common/vector-compare-2.c: Same. + 2012-11-10 Uros Bizjak PR target/55247 diff --git a/gcc/testsuite/c-c++-common/scal-to-vec2.c b/gcc/testsuite/c-c++-common/scal-to-vec2.c index 1897b93e050..2721aa00794 100644 --- a/gcc/testsuite/c-c++-common/scal-to-vec2.c +++ b/gcc/testsuite/c-c++-common/scal-to-vec2.c @@ -1,6 +1,8 @@ /* { dg-do compile } */ /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */ /* { dg-options "-mabi=altivec" { target { { powerpc*-*-linux* } && ilp32 } } } */ +/* Ignore warning on some powerpc-ibm-aix configurations. */ +/* { dg-prune-output "non-standard ABI extension" } */ /* Test for C_MAYBE_CONST are folded correctly when expanding an expression to vector. */ diff --git a/gcc/testsuite/c-c++-common/vector-compare-1.c b/gcc/testsuite/c-c++-common/vector-compare-1.c index ef99ae472dc..8416c8df56e 100644 --- a/gcc/testsuite/c-c++-common/vector-compare-1.c +++ b/gcc/testsuite/c-c++-common/vector-compare-1.c @@ -1,6 +1,8 @@ /* { dg-do compile } */ /* { dg-options "-mabi=altivec" { target { { powerpc*-*-linux* } && ilp32 } } } */ /* { dg-prune-output "operand types are" } */ +/* Ignore warning on some powerpc-ibm-aix configurations. */ +/* { dg-prune-output "non-standard ABI extension" } */ #define vector(elcount, type) \ __attribute__((vector_size((elcount)*sizeof(type)))) type diff --git a/gcc/testsuite/c-c++-common/vector-compare-2.c b/gcc/testsuite/c-c++-common/vector-compare-2.c index 8cbcf0787c4..d17a1b41284 100644 --- a/gcc/testsuite/c-c++-common/vector-compare-2.c +++ b/gcc/testsuite/c-c++-common/vector-compare-2.c @@ -1,6 +1,8 @@ /* { dg-do compile } */ /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */ /* { dg-options "-mabi=altivec" { target { { powerpc*-*-linux* } && ilp32 } } } */ +/* Ignore warning on some powerpc-ibm-aix configurations. */ +/* { dg-prune-output "non-standard ABI extension" } */ /* Test if C_MAYBE_CONST are folded correctly when creating VEC_COND_EXPR. */ -- 2.30.2