libfirm / cparser

C99 parser and frontend for libfirm
http://pp.ipd.kit.edu/firm
GNU General Public License v2.0
336 stars 38 forks source link

cparser does not support converting unsigned to long double #32

Open GabrielRavier opened 4 years ago

GabrielRavier commented 4 years ago
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)