* gcc.dg/torture/pr78515.c: Ignore ABI extension warning.
From-SVN: r242922
This commit is contained in:
parent
1c3099cca5
commit
54856e4f6d
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue