This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 2908
  improper printing of hexadecimal floating point numbers Last modified: 2006-08-03 09:24:55
     Query page      Enter new bug
Bug#: 2908   Hardware:   Reporter: Ram Gupta <ram.gupta5@gmail.com>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: RESOLVED   Priority:  
Resolution: FIXED   Severity:  
Assigned To: Ulrich Drepper <drepper@redhat.com>   Target Milestone:  
Flags: Requestee:
  backport ()
  examined ()
  testsuite ()
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 2908 depends on: Show dependency tree
Show dependency graph
Bug 2908 blocks:

Additional Comments:


Leave as RESOLVED FIXED
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2006-07-12 14:32
This function works incorrectly in case when argument is of
long double type and precision is set to zero.
For example, call
   printf( "%.0LA", ( long double ) 0x0.FFFFp+0 );
will output string "0XP+8" with character number 1 missing
between "X" and "P" instead of "0X1P+0".

------- Additional Comment #1 From Ulrich Drepper 2006-08-03 09:24 -------
Actually, the output contains something between X and P.  It's '\1', not '1'. 
That's fixed now.

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In