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 <ibuc...@sourceware.org>:

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

commit 30379291886a171e6dc202122bc1c583318c2e17
Author: Iain Buclaw <ibuc...@gdcproject.org>
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  <ibuc...@gdcproject.org>

        * 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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to