mirror of git://gcc.gnu.org/git/gcc.git
pr77833.c: Require int128 effective target.
* gcc.target/i386/pr77833.c: Require int128 effective target. From-SVN: r240815
This commit is contained in:
parent
c617339332
commit
b48042bb40
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target int128 } */
|
||||
/* { dg-options "-O -mavx512f" } */
|
||||
|
||||
typedef unsigned long V __attribute__((vector_size(64)));
|
||||
|
|
|
|||
Loading…
Reference in New Issue