bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/27751] test failure on powerpc-linux-gnu


From: address@hidden
Subject: [Bug binutils/27751] test failure on powerpc-linux-gnu
Date: Tue, 20 Apr 2021 15:21:36 +0000

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

--- Comment #7 from Andreas Schwab <schwab@linux-m68k.org> ---
This is obvious:

static void
demangle_const_char (struct rust_demangler *rdm)
{
  size_t hex_len;
  uint64_t value;

// ....

  else if (value > ' ' && value < '~')
    /* Rust also considers many non-ASCII codepoints to be printable, but
       that logic is not easily ported to C. */
    print_str (rdm, (char *) &value, 1);

-- 
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]