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
]
[Tinycc-devel] TCC bug: error compile rint() from math.h
,
Masha Rabinovich
<=
Re: [Tinycc-devel] TCC bug: error compile rint() from math.h
,
Marc Andre Tanner
,
2008/11/22
Re: [Tinycc-devel] TCC bug: error compile rint() from math.h
,
Masha Rabinovich
,
2008/11/22
Prev by Date:
[Tinycc-devel] TCC bug: struct initialisation using enums
Next by Date:
Re: [Tinycc-devel] Re: global 64-bit variables initialization
Previous by thread:
[Tinycc-devel] TCC bug: struct initialisation using enums
Next by thread:
Re: [Tinycc-devel] TCC bug: error compile rint() from math.h
Index(es):
Date
Thread