I suggest, until sdcc fully supports long double, to treat it like double: Use float instead, issue a warning. We then could e.g. compile the regression test gcc-torture-execute-20030914-1.
Philipp
Wiki: SDCC-STD-UX
Implemented in [r13702] by rewriting double and long double to float in checkTypeSanity.
double
long double
float
checkTypeSanity
Commit: [r13702]
Log in to post a comment.
Implemented in [r13702] by rewriting
doubleandlong doubletofloatincheckTypeSanity.Related
Commit: [r13702]