On Tue, Jan 28, 2014 at 06:51:53AM +0100, Christian Jullien wrote: > Playing with clock_gettime and uint64_t/int64_t on RPi (ARM), I discovered > uint64_t => double conversion bug : > > NOTE: tcc is compiled using --with-libgcc
The problem is that the EABI functions provided by libgcc still expect and return doubles in integer registers, even on hardfloat systems. This also affects casts in the other direction. Daniel _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
