c++: fix explicit/copy problem [PR109247]
[official-gcc.git] / gcc / testsuite / gdc.dg / pr108945.d
blob03b9de8e75870350202dd2b01761920c3917d4cc
1 // { dg-options "-fdump-tree-gimple" }
2 // { dg-additional-options "-mavx" { target avx_runtime } }
3 // { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }
5 alias f4 = __vector(float[4]);
7 auto pr108945(f4 a, f4 b)
9 return a < b;
12 // { dg-final { scan-tree-dump-not "VEC_COND_EXPR" "gimple" } }