Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gdc.dg / simd17695.d
blob5d45584712c7ab4ed65feee5a83628b4098b0164
1 // https://issues.dlang.org/show_bug.cgi?id=17695
2 // { dg-additional-options "-mavx" { target avx_runtime } }
3 // { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }
5 void test17695(__vector(ubyte[16]) a)
7 auto b = -a;