* 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
+2012-11-10 David Edelsohn <dje.gcc@gmail.com>
+
+ * 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 <ubizjak@gmail.com>
PR target/55247
/* { 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. */
/* { 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
/* { 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. */