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-16 12:46 -------
Confirmed with the following test program:

#include <tgmath.h>
#include <stdio.h>

int main()
{
  int x;
  float y;
  printf ("%Zd\n", sizeof(pow(x, y))); // Should have value sizeof(double), but
doesn't with
                     // current glibc.

	  return 0;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-16 12:46:21
               date|                            |


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]