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

--- Comment #7 from Andreas Schwab <sch...@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