The following proggie does not work in tcc 0.9.25
// tcctest.c
#include <math.h>
int main(void)
{ double d = (double)1.23;
d = rint(d);
return(0); }It stops with the old bug - unknown constraint 't' - which is caused by poor inline assembler code in math.h
How can it be solved? Reverting to crt.dll / msvcrt.dll ? Happy New Year to All ! Andreas _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
