* gcc.dg/torture/pr78515.c: Ignore ABI extension warning.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 28 Nov 2016 15:11:27 +0000 (15:11 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 28 Nov 2016 15:11:27 +0000 (10:11 -0500)
From-SVN: r242922

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

index 8535df4..b69d554 100644 (file)
@@ -1,3 +1,7 @@
+2016-11-28  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/torture/pr78515.c: Ignore ABI extension warning.
+
 2016-11-28  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/78542
index d700db5..4a1a0e5 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-additional-options "-mavx512bw" { target x86_64-*-* i?86-*-* } } */
+/* { dg-prune-output "non-standard ABI extension" } */
 
 typedef unsigned V __attribute__ ((vector_size (64)));