1 /* { dg-do run } */
2 /* { dg-options "-mavx512f -O2" } */
3 /* { dg-require-effective-target avx512f } */
4 
5 #include "avx512f-check.h"
6 
7 void static
avx512f_test(void)8 avx512f_test (void)
9 {
10   union512i_q u;
11   long long e[8];
12   volatile int tst __attribute__((unused)) = check_union512i_q (u, e);
13 }
14