blob: 49a00fdcc5bce956f146c9c389a40e2c126d274e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mavx512f" { target { i?86-*-* x86_64-*-* } } } */
void
foo (double *a[], int b)
{
for (; b; b++)
a[b][b] = 1.0;
}