scal-to-vec2.c: Ignore non-standard ABI message.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sat, 10 Nov 2012 14:26:54 +0000 (14:26 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sat, 10 Nov 2012 14:26:54 +0000 (09:26 -0500)
        * 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
gcc/testsuite/c-c++-common/scal-to-vec2.c
gcc/testsuite/c-c++-common/vector-compare-1.c
gcc/testsuite/c-c++-common/vector-compare-2.c

index f27261f01b25e216aa31684d90fc627ee89be4dd..2e0414ee3b4bd38891570f24a75f9666db988550 100644 (file)
@@ -1,3 +1,9 @@
+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
index 1897b93e050d391efa3a6574204f78ad714ccad1..2721aa00794b16de999fb05e69ab7fb5673e3f8e 100644 (file)
@@ -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.  */
index ef99ae472dc45c2c484222929e23e907efd0d8e8..8416c8df56e42bdc0d8e17808f76a05d237fab4f 100644 (file)
@@ -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
index 8cbcf0787c4762199e233f5a0bf84f698c1fbe75..d17a1b4128487297a1ab47a76f27f649cafeb29a 100644 (file)
@@ -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.  */