Re: Please giveback rrdtool + questions on vs92

2018-02-15 Thread Jean-Michel Vourgère
On Thursday, 15 February 2018 20:16:08 CET Thorsten Glaser wrote: > Perhaps you can compile a simple stand-alone test program, which > we can then test on all available emulators (I still have ARAnyM > handy) and bare metal? Attached is the .c test. Sorry I don't have an emulator at the moment and

gcc isinf(1.0/0.0) fails on m68k

2018-02-11 Thread Jean-Michel Vourgère
Hi Last build of rrdtool failed on m68k, because gcc IEEE stack pre-check fails [1]. The autoconf runs this: #include int main(void){ double rrdnan,rrdinf,rrdc,rrdzero; ; /* some math to see if we get a floating point exception */ rrdzero=sin(0.0); /* don't let the compiler optimiz