Hello,

#include <math.h>

int main() {
  fabsf(20);
  return 0;
}

tcc/include/math.h:216: error: unknown constraint 't'

I'm using the latest mob branch. Windows 10, tcc built with mingw-w64.

According to this, it should have been fixed:

https://lists.nongnu.org/archive/html/tinycc-devel/2017-03/msg00015.html

Thanks
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to