Re: [PATCH] gccrs: avoid printing to stderr in selftest::rust_flatten_list

2023-01-05 Thread Arthur Cohen
On 1/5/23 16:36, David Malcolm wrote: On Thu, 2023-01-05 at 15:44 +0100, Arthur Cohen wrote: Hi David, On 1/4/23 20:28, David Malcolm wrote: On Mon, 2023-01-02 at 13:47 +0100, Arthur Cohen wrote: Hi David, Sorry for the delayed reply! On 12/16/22 18:01, David Malcolm wrote: Successfully

Re: [PATCH] gccrs: avoid printing to stderr in selftest::rust_flatten_list

2023-01-05 Thread David Malcolm via Gcc-patches
On Thu, 2023-01-05 at 15:44 +0100, Arthur Cohen wrote: > Hi David, > > On 1/4/23 20:28, David Malcolm wrote: > > On Mon, 2023-01-02 at 13:47 +0100, Arthur Cohen wrote: > > > Hi David, > > > > > > Sorry for the delayed reply! > > > > > > On 12/16/22 18:01, David Malcolm wrote: > > > >

Re: [PATCH] gccrs: avoid printing to stderr in selftest::rust_flatten_list

2023-01-05 Thread Arthur Cohen
Hi David, On 1/4/23 20:28, David Malcolm wrote: On Mon, 2023-01-02 at 13:47 +0100, Arthur Cohen wrote: Hi David, Sorry for the delayed reply! On 12/16/22 18:01, David Malcolm wrote: Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. OK for trunk? gcc/rust/ChangeLog: *

Re: [PATCH] gccrs: avoid printing to stderr in selftest::rust_flatten_list

2023-01-04 Thread David Malcolm via Gcc-patches
On Mon, 2023-01-02 at 13:47 +0100, Arthur Cohen wrote: > Hi David, > > Sorry for the delayed reply! > > On 12/16/22 18:01, David Malcolm wrote: > > Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. > > > > OK for trunk? > > > > gcc/rust/ChangeLog: > > *

Re: [PATCH] gccrs: avoid printing to stderr in selftest::rust_flatten_list

2023-01-02 Thread Arthur Cohen
Hi David, Sorry for the delayed reply! On 12/16/22 18:01, David Malcolm wrote: Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. OK for trunk? gcc/rust/ChangeLog: * resolve/rust-ast-resolve-item.cc (selftest::rust_flatten_list): Remove output to stderr.

[PATCH] gccrs: avoid printing to stderr in selftest::rust_flatten_list

2022-12-16 Thread David Malcolm via Gcc-patches
Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. OK for trunk? gcc/rust/ChangeLog: * resolve/rust-ast-resolve-item.cc (selftest::rust_flatten_list): Remove output to stderr. Signed-off-by: David Malcolm --- gcc/rust/resolve/rust-ast-resolve-item.cc | 3 --- 1