This is the mail archive of the libc-alpha@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]

Re: arch-independent glibc printf segfault for "special" long double values


Jim Meyering wrote:
> Well, at least it is not IA64-specific.
> To trigger it you need a "long double" type longer than 8 bytes.

More precisely, it occurs for floating-point data formats in which the
most significant mantissa bit is not "hidden".
  - It does not occur with IEEE 754 'float', 'double'.
  - It occurs with the 80-bit 'long double' on i386, x86_64, ia64.
  - It does not occur with the 128-bit 'long double' on ia64/HP-UX.

Bruno


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