tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] calling fabs() results in an unknown constraint 't' error


From: Alexander Medvednikov
Subject: [Tinycc-devel] calling fabs() results in an unknown constraint 't' error on Windows
Date: Tue, 15 Oct 2019 04:17:33 +0300

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]