From: David Edelsohn Date: Mon, 28 Nov 2016 15:11:27 +0000 (+0000) Subject: * gcc.dg/torture/pr78515.c: Ignore ABI extension warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54856e4f6d560d62830c57618eabbfba196e1ccb;p=gcc.git * gcc.dg/torture/pr78515.c: Ignore ABI extension warning. From-SVN: r242922 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8535df42f0c..b69d554f4ea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-11-28 David Edelsohn + + * gcc.dg/torture/pr78515.c: Ignore ABI extension warning. + 2016-11-28 Richard Biener PR tree-optimization/78542 diff --git a/gcc/testsuite/gcc.dg/torture/pr78515.c b/gcc/testsuite/gcc.dg/torture/pr78515.c index d700db55842..4a1a0e5afb7 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)));