* g++.dg/ext/pr70290.C: Prune non-standard ABI.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 25 Mar 2016 14:04:46 +0000 (14:04 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 25 Mar 2016 14:04:46 +0000 (10:04 -0400)
From-SVN: r234480

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/pr70290.C

index 351bdcf..0ea3a5a 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-25  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/ext/pr70290.C: Prune non-standard ABI.
+
 2016-03-25  Alan Modra  <amodra@gmail.com>
 
        * gcc.dg/dfp/pr70052.c: New test.
index a358c81..f524227 100644 (file)
@@ -18,3 +18,7 @@ test2 (vec x, vec y)
   vec one = zero + 1;
   return (x < y) ? one : zero;
 }
+
+/* Ignore a warning that is irrelevant to the purpose of this test.  */
+/* { dg-prune-output ".*GCC vector passed by reference.*" } */
+