public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/19052] New: While running testsuite on Windows xp, I think I found failure of printf/sprintf %e format.
@ 2015-10-02  2:17 christopherwuy at gmail dot com
  0 siblings, 0 replies; only message in thread
From: christopherwuy at gmail dot com @ 2015-10-02  2:17 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=19052

            Bug ID: 19052
           Summary: While running testsuite on Windows xp, I think I found
                    failure of printf/sprintf %e format.
           Product: gdb
           Version: 7.10
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: unassigned at sourceware dot org
          Reporter: christopherwuy at gmail dot com
  Target Milestone: ---

Created attachment 8670
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8670&action=edit
the log of error

https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-gdb/PKGBUILD

The error was:
out: demangle.test!(1.17549e-038)
exp: demangle.test!(1.17549e-38)

We can reproduce this bug using
#include <stdio.h>
int main()
{
    double x = 3.40282e+038;
    printf("%.5e", x);
}

I don't know whether this was testsuite's problem or implementation of gdb.
I will try to fix it when I know the expect result of gdb.
Thank you.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-02  2:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-02  2:17 [Bug testsuite/19052] New: While running testsuite on Windows xp, I think I found failure of printf/sprintf %e format christopherwuy at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).