[Bug target/103622] [12 Regression] ICE: Segmentation fault (in altivec_resolve_new_overloaded_builtin)

wschmidt at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Dec 13 13:54:29 GMT 2021


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

--- Comment #7 from Bill Schmidt <wschmidt at gcc dot gnu.org> ---
It seems to me the problem is that long double was resolved to _Float128 when
there is no _Float128 support on the target.  There is no specific overloaded
interface that accepts "long double," so there must have been type coercion
involved here.


More information about the Gcc-bugs mailing list