re PR target/65671 (Assembly failure (invalid register operand) with -O3 -mavx512vl)

PR target/65671
	* gcc.target/i386/pr65671.c: Require avx512vl effective target.

From-SVN: r222008
This commit is contained in:
Jakub Jelinek 2015-04-11 15:56:37 +02:00 committed by Jakub Jelinek
parent 7106478c03
commit 902bbfdf89
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-04-11 Jakub Jelinek <jakub@redhat.com>
PR target/65671
* gcc.target/i386/pr65671.c: Require avx512vl effective target.
2015-04-10 Yvan Roux <yvan.roux@linaro.org>
PR target/65647

View File

@ -1,6 +1,7 @@
/* PR target/65671 */
/* { dg-do assemble } */
/* { dg-require-effective-target lp64 } */
/* { dg-require-effective-target avx512vl } */
/* { dg-options "-O2 -mavx512vl -ffixed-ymm16" } */
#include <x86intrin.h>