* gcc.dg/torture/pr78515.c: Ignore ABI extension warning.

From-SVN: r242922
This commit is contained in:
David Edelsohn 2016-11-28 15:11:27 +00:00 committed by David Edelsohn
parent 1c3099cca5
commit 54856e4f6d
2 changed files with 5 additions and 0 deletions

View 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

View 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)));