Re: [PATCH] Remove some restrictions from rust-demangle.

2019-10-03 Thread Jeff Law
On 10/3/19 3:39 PM, Ian Lance Taylor wrote: > On Wed, Sep 25, 2019 at 10:27 AM Eduard-Mihai Burtescu wrote: >> >> 2019-09-25 Eduard-Mihai Burtescu >> libiberty/ChangeLog: >> * rust-demangle.c (looks_like_rust): Remove. >> (rust_is_mangled): Don't check escapes. >> (is_pr

Re: [PATCH] Remove some restrictions from rust-demangle.

2019-10-03 Thread Ian Lance Taylor
On Wed, Sep 25, 2019 at 10:27 AM Eduard-Mihai Burtescu wrote: > > 2019-09-25 Eduard-Mihai Burtescu > libiberty/ChangeLog: > * rust-demangle.c (looks_like_rust): Remove. > (rust_is_mangled): Don't check escapes. > (is_prefixed_hash): Allow 0-9a-f permutations. > (

Re: [PATCH] Remove some restrictions from rust-demangle.

2019-10-03 Thread Eduard-Mihai Burtescu
Ping: https://gcc.gnu.org/ml/gcc-patches/2019-09/msg01469.html On Wed, Sep 25, 2019, at 8:25 PM, Eduard-Mihai Burtescu wrote: > The main change here is in the treatment of $...$ escapes. > I've relaxed the treatment of unknown escapes, during > unescaping, to continue processing the input string,