aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2016-11-28 15:11:27 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2016-11-28 10:11:27 -0500
commit54856e4f6d560d62830c57618eabbfba196e1ccb (patch)
treea99fa0a0c6dfb1a3a824e619dd02d8aca4ef98df /gcc
parent1c3099cca56c3639e29463f70de24323e7be96d6 (diff)
downloadgcc-54856e4f6d560d62830c57618eabbfba196e1ccb.zip
gcc-54856e4f6d560d62830c57618eabbfba196e1ccb.tar.gz
gcc-54856e4f6d560d62830c57618eabbfba196e1ccb.tar.bz2
* gcc.dg/torture/pr78515.c: Ignore ABI extension warning.
From-SVN: r242922
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr78515.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 8535df4..b69d554 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/torture/pr78515.c b/gcc/testsuite/gcc.dg/torture/pr78515.c
index d700db5..4a1a0e5 100644
--- a/gcc/testsuite/gcc.dg/torture/pr78515.c
+++ b/gcc/testsuite/gcc.dg/torture/pr78515.c
@@ -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)));