This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/865] <tgmath.h> bug for binary and ternary functions with int and float


------- Additional Comments From aj at suse dot de  2005-09-17 14:57 -------
I'm attending a test program 
My appended test program currently reports:

Return size of "pow (i, f)" is wrong
Return size of "pow (f, i)" is wrong
Return size of "fma (f, i, i)" is wrong
Return size of "fma (i, f, i)" is wrong
Return size of "fma (i, i, f)" is wrong

The function selected is a float instead of a double.

Note the suggestion the reported made does not fix the issue.

ChangeLog for test program:
2005-09-17  Andreas Jaeger  <aj@suse.de>

	[BZ #865]
	* math/test-tgmath-int.c: New file.
	* math/Makefile (tests): Add test-tgmath-int


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=865

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]