tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] TCC bug: error compile rint() from math.h


From: Masha Rabinovich
Subject: [Tinycc-devel] TCC bug: error compile rint() from math.h
Date: Sat, 22 Nov 2008 13:13:57 +0100

// Expected result:
// compilation without error
//
// Received result:
// compilation error with invalid line number:
//
// 1.c:361: unknown constraint 't'
//

#include <math.h>
main()
{
 printf("%f\n", rint(3.14));
}


reply via email to

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