https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109261

--- Comment #8 from Christophe Lyon <clyon at gcc dot gnu.org> ---
I guess gcc185 is an aarch64 machine? (as opposed to arm)

I confirm your patch fixes the problem on aarch64 (the testcase now passes),
but it still fails on arm, with:
/arm-linux-gnueabihf/libstdc++-v3/include/experimental/bits/simd.h:2412: error:
static assertion failed: should use explicit specialization above
/arm-linux-gnueabihf/libstdc++-v3/include/experimental/bits/simd.h:2415: error:
invalid use of incomplete type 'struct
std::experimental::parallelism_v2::__intrinsic_type<double, 16, void>'

Reply via email to