bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/18669] libiberty demangle.test failure: strtod() on sparc-


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/18669] libiberty demangle.test failure: strtod() on sparc-sun-solaris2.9 does not accept hexadecimal numbers
Date: Tue, 11 Aug 2015 07:15:51 +0000

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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Iain Buclaw <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=30379291886a171e6dc202122bc1c583318c2e17

commit 30379291886a171e6dc202122bc1c583318c2e17
Author: Iain Buclaw <address@hidden>
Date:   Tue Aug 11 08:51:05 2015 +0200

    PR gdb/18669 libiberty demangle.test failure: strtod() on
sparc-sun-solaris2.9

    Test symbols did not demangle as per the d-demangle-expected tests because
    strtod() on Solaris 9 does not accept hexadecimal numbers.

    This has now been fixed up so that no attempt at formatting/converting the
    demangled hexadecimal literals are done.

    libiberty/ChangeLog:

    2015-08-11  Iain Buclaw  <address@hidden>

        * d-demangle.c (dlang_parse_real): Remove call to strtod.
        (strtod): Remove declaration.
        * testsuite/d-demangle-expected: Update float and complex literal
        tests to check correct hexadecimal demangling.

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]