1 /* PR target/88513 */
2 /* { dg-do run } */
3 /* { dg-options "-O2 -fopenmp-simd -mavx512f -mtune=intel -mprefer-vector-width=512 -fno-vect-cost-model" } */
4 /* { dg-require-effective-target avx512f } */
5 
6 #define CHECK_H "avx512f-check.h"
7 
8 #include "../../gcc.dg/vect/pr59591-2.c"
9 
10 #include CHECK_H
11 
12 static void
test_512(void)13 test_512 (void)
14 {
15   bar ();
16 }
17