Rust: Move void_list_node init to common code (was: [PATCH] Move void_list_node init to common code)

2023-02-22 Thread Thomas Schwinge
Hi! On 2022-09-14T16:06:55+0200, Richard Biener via Gcc-patches wrote: > All frontends replicate this, so move it. At that time, the Rust front end was not yet in master branch; I've now pushed to master branch commit 334f23d83261997ca89d8919b94b97aa22003a65 "Rust: Move void_list_node init to c

Re: [PATCH] Move void_list_node init to common code

2022-09-15 Thread Richard Sandiford via Gcc-patches
Richard Biener via Gcc-patches writes: > All frontends replicate this, so move it. > > Bootstrap and regtest running for all languages on > x86_64-unknown-linux-gnu. > > OK if that succeeds? LGTM FWIW. Thanks, Richard > Thanks, > Richard. > > gcc/ > * tree.cc (build_common_tree_nodes): I

[PATCH] Move void_list_node init to common code

2022-09-14 Thread Richard Biener via Gcc-patches
All frontends replicate this, so move it. Bootstrap and regtest running for all languages on x86_64-unknown-linux-gnu. OK if that succeeds? Thanks, Richard. gcc/ * tree.cc (build_common_tree_nodes): Initialize void_list_node here. gcc/ada/ * gcc-interface/trans.cc (gig