[Bug target/70894] ICE when using neon intrinsic with mabi=apcs-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70894 --- Comment #2 from Andrew Pinski --- This specific builtin was removed in GCC 12 by r12-2848. But here is a testcase which still ICEs on the trunk: typedef __simd64_int8_t int8x8_t; int8x8_t g (signed char __a, int8x8_t __b, const int __c) {
[Bug target/70894] ICE when using neon intrinsic with mabi=apcs-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70894 Richard Earnshaw changed: What|Removed |Added Keywords||ice-on-invalid-code Statu