From 44136976f9a52137fdd2f3f1504f057971c723a6 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 30 Jan 2013 16:33:14 +0000 Subject: [PATCH] constexpr-53094-2.C: Ignore non-standard ABI message. * g++.dg/cpp0x/constexpr-53094-2.C: Ignore non-standard ABI message. * g++.dg/cpp0x/constexpr-53094-3.C: Same. * g++.dg/cpp0x/constexpr-55573.C: Same From-SVN: r195578 --- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-53094-2.C | 2 ++ gcc/testsuite/g++.dg/cpp0x/constexpr-53094-3.C | 2 ++ gcc/testsuite/g++.dg/cpp0x/constexpr-55573.C | 2 ++ 4 files changed, 13 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index e79aebeaa2e..1c6a0df929a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2013-01-30 David Edelsohn + + * g++.dg/cpp0x/constexpr-53094-2.C: Ignore non-standard ABI + message. + * g++.dg/cpp0x/constexpr-53094-3.C: Same. + * g++.dg/cpp0x/constexpr-55573.C: Same + 2013-01-30 Georg-Johann Lay PR tree-optimization/56064 diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-2.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-2.C index af4b8d93bbf..3f66c4eb74b 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-2.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-2.C @@ -1,5 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } +// Ignore warning on some powerpc-ibm-aix configurations. +// { dg-prune-output "non-standard ABI extension" } typedef float __attribute__ ((vector_size (4 * sizeof (float)))) V4; constexpr V4 build (float x, float y, float z) { return (V4){ x, y, z, 0 };} diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-3.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-3.C index bd17ac746ce..2c2d2b4bfe1 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-3.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-53094-3.C @@ -1,5 +1,7 @@ // { dg-do compile } // { dg-options "-std=gnu++11" } +// Ignore warning on some powerpc-ibm-aix configurations. +// { dg-prune-output "non-standard ABI extension" } typedef float __attribute__ ((vector_size (4 * sizeof (float)))) V4; diff --git a/gcc/testsuite/g++.dg/cpp0x/constexpr-55573.C b/gcc/testsuite/g++.dg/cpp0x/constexpr-55573.C index 1988253008e..0954fdd1bf9 100644 --- a/gcc/testsuite/g++.dg/cpp0x/constexpr-55573.C +++ b/gcc/testsuite/g++.dg/cpp0x/constexpr-55573.C @@ -1,6 +1,8 @@ // PR c++/55573 // { dg-do compile } // { dg-options "-std=gnu++11" } +// Ignore warning on some powerpc-ibm-aix configurations. +// { dg-prune-output "non-standard ABI extension" } template struct ExtVecTraits { -- 2.30.2