* gcc.dg/torture/pr70083.c: Prune non-standard ABI.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 14 Mar 2016 23:30:52 +0000 (23:30 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 14 Mar 2016 23:30:52 +0000 (19:30 -0400)
From-SVN: r234202

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr70083.c

index f5af12b..d9015bb 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-14  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/torture/pr70083.c: Prune non-standard ABI.
+
 2016-03-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/70219
index 7f047a5..0cf2892 100644 (file)
@@ -18,3 +18,7 @@ foo(int u32_0, int u64_0, int u64_1, v16hi v32u16_0, v8si v32u32_0, v4di v32u64_
   v32u32_1 /= (v8si){0x1e7390, v32u16_0[12], ~v32u16_1[2], -u64_0};
   return v32u16_0[4] + v32u16_0[5] + v32u32_0[5] + v32u32_1[6] + v32u64_1[3];
 }
+
+/* Ignore a warning that is irrelevant to the purpose of this test.  */
+/* { dg-prune-output ".*GCC vector passed by reference.*" } */
+