This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

long double


Hello everyone, I'm using eCos on i386 without 387, id est, with math emulation library (-msoft-float -mno-fp-ret-in-387 -mno-fancy-math-387). When trying to use long double, the application aborts:

long double ld(0);
double d;
d = ld;

The program fails an assertion at "d = ld". The eCos version I'm using is 2.0, I don't know whether this was fixed on CVS. Any information?
Thanks in advance,


--
Leandro Fanzone
http://www.seikilos.com.ar


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]