Re: [PATCH] RISC-V: Fix regular expression in target-specific test

2020-07-12 Thread Kito Cheng via Gcc-patches
Hi Simon: Thanks for your fix! Hi Jim: Yeah, I think I should check the dejagnu errors. On Sat, Jul 11, 2020 at 12:46 PM Jim Wilson wrote: > > On Fri, Jul 10, 2020 at 6:53 AM Simon Cook wrote: > > Some square brackets were missing escape characters, causing DejaGnu to > > try and call a proc

Re: [PATCH] RISC-V: Fix regular expression in target-specific test

2020-07-10 Thread Jim Wilson
On Fri, Jul 10, 2020 at 6:53 AM Simon Cook wrote: > Some square brackets were missing escape characters, causing DejaGnu to > try and call a proc with the name "at". > > gcc/testsuite/ChangeLog: > > * gcc.target/riscv/read-thread-pointer.c: Fix escaping on > regular expression. Th

[PATCH] RISC-V: Fix regular expression in target-specific test

2020-07-10 Thread Simon Cook
Some square brackets were missing escape characters, causing DejaGnu to try and call a proc with the name "at". gcc/testsuite/ChangeLog: * gcc.target/riscv/read-thread-pointer.c: Fix escaping on regular expression. --- gcc/testsuite/gcc.target/riscv/read-thread-pointer.c | 2 +-