https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99593
--- Comment #8 from ktkachov at gcc dot gnu.org --- (In reply to Christophe Lyon from comment #7) > Created attachment 50412 [details] > proposed testcase > > Here is a proposal for a testcase derived from the initial description: > - added relevant dg-* directives > - replaced builtin calls with intrinsics > > Jakub, Kyrill, is that OK with you? Thanks, that looks ok except: +typedef __simd128_int32_t g; +typedef __simd128_float32_t h; +typedef __simd128_uint32_t i; Can we replace them with the right ACLE types as well?