Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / gdc213.d
blobc5bd1df8dbc67906e9c62cdf23dd930b64de08c6
1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=213
2 // { dg-additional-options "-mavx" { target avx_runtime } }
3 // { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }
5 import core.simd;
7 struct S213
9 int4 vec;
12 void test213()
14 S213 s, b;
16 assert(s == b);