cparser does not support converting unsigned to long double
GabrielRavier opened this issue · 0 comments
GabrielRavier commented
long double f(unsigned u)
{
return u;
}
This aborts with this message :
ir/be/amd64/amd64_transform.c:2352: libFirm panic in conv_int_to_x87: unsigned int -> x87 NIY
Aborted (core dumped)