[Bug target/99593] [11 Regression] arm Neon ICE when compiling firefox (skia) since r11-6708

ktkachov at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 17 17:21:03 GMT 2021


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?


More information about the Gcc-bugs mailing list