https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82727
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-on-valid-code
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Last reconfirmed| |2021-08-15
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Reduced testcase:
double __attribute__ ((sysv_abi))
func_native (long double a)
{
return a;
}
-------- CUT ------
Compile with -mabi=ms -mbionic