pr77833.c: Require int128 effective target.

* gcc.target/i386/pr77833.c: Require int128 effective target.

From-SVN: r240815
This commit is contained in:
Uros Bizjak 2016-10-06 00:06:37 +02:00 committed by Uros Bizjak
parent c617339332
commit b48042bb40
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-10-05 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr77833.c: Require int128 effective target.
2016-10-05 Steven G. Kargl <kargls@gcc.gnu.org>
PR fortran/58991

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-require-effective-target int128 } */
/* { dg-options "-O -mavx512f" } */
typedef unsigned long V __attribute__((vector_size(64)));